Merge branch 'master' into bwindels/calls-wip

This commit is contained in:
Bruno Windels 2022-04-25 16:44:44 +02:00
commit 6e1174e03d
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ export class Platform {
const {body}= await this.request(this._configURL, {method: "GET", format: "json", cache: true}).response();
this._config = body;
}
this._notificationService = new NotificationService(
this.notificationService = new NotificationService(
this._serviceWorkerHandler,
this._config.push
);