Update various brand instances in code
This commit is contained in:
parent
0667ede7b7
commit
ffab08bd60
9 changed files with 21 additions and 21 deletions
|
@ -186,7 +186,7 @@ export default class WebPlatform extends VectorBasePlatform {
|
|||
let appName = u.format();
|
||||
// Remove leading slashes if present
|
||||
appName = appName.replace(/^\/\//, "");
|
||||
// `appName` is now in the format `riot.im/develop`.
|
||||
// `appName` is now in the format `develop.element.io`.
|
||||
|
||||
const ua = new UAParser();
|
||||
const browserName = ua.getBrowser().name || "unknown browser";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue