mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-11 04:27:40 +01:00
Merge branch 'master' into bwindels/calls-wip
This commit is contained in:
commit
6e1174e03d
@ -178,7 +178,7 @@ export class Platform {
|
|||||||
const {body}= await this.request(this._configURL, {method: "GET", format: "json", cache: true}).response();
|
const {body}= await this.request(this._configURL, {method: "GET", format: "json", cache: true}).response();
|
||||||
this._config = body;
|
this._config = body;
|
||||||
}
|
}
|
||||||
this._notificationService = new NotificationService(
|
this.notificationService = new NotificationService(
|
||||||
this._serviceWorkerHandler,
|
this._serviceWorkerHandler,
|
||||||
this._config.push
|
this._config.push
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user