diff --git a/src/vector/platform/WebPlatform.ts b/src/vector/platform/WebPlatform.ts index 2e739a266..ee399c8c8 100644 --- a/src/vector/platform/WebPlatform.ts +++ b/src/vector/platform/WebPlatform.ts @@ -89,6 +89,8 @@ export default class WebPlatform extends VectorBasePlatform { window.focus(); notification.close(); }; + + return notification; } _getVersion(): Promise {