mirror of https://github.com/vector-im/riot-web
Merge pull request #12861 from mnoorenberghe/patch-1
Don't immediately remove notifications from notification trayspull/12925/head
commit
d9fbbe1696
|
@ -91,12 +91,6 @@ export default class WebPlatform extends VectorBasePlatform {
|
|||
global.focus();
|
||||
notification.close();
|
||||
};
|
||||
|
||||
// Chrome only dismisses notifications after 20s, which
|
||||
// is waaaaay too long
|
||||
global.setTimeout(function() {
|
||||
notification.close();
|
||||
}, 5 * 1000);
|
||||
}
|
||||
|
||||
_getVersion(): Promise<string> {
|
||||
|
|
Loading…
Reference in New Issue