mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-10 06:51:49 +02:00
introduce concept of platform name, based on class name, because webpack.
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
b9457a0681
commit
d484372c7f
@ -29,6 +29,11 @@ export default class BasePlatform {
|
||||
this.errorDidOccur = false;
|
||||
}
|
||||
|
||||
// Used primarily for Analytics
|
||||
getHumanReadableName() {
|
||||
return 'Base Platform';
|
||||
}
|
||||
|
||||
setNotificationCount(count: number) {
|
||||
this.notificationCount = count;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user