mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
make ts happy
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
7b0e51a703
commit
3ae38714c1
1 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,8 @@ export default abstract class BasePlatform {
|
|||
|
||||
abstract displayNotification(title: string, msg: string, avatarUrl: string, room: Object);
|
||||
|
||||
abstract loudNotification(ev: Event, room: Object);
|
||||
loudNotification(ev: Event, room: Object) {
|
||||
};
|
||||
|
||||
/**
|
||||
* Returns a promise that resolves to a string representing the current version of the application.
|
||||
|
|
Loading…
Reference in a new issue