You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-24 06:02:08 +03:00
@ -29,8 +29,8 @@ import {ActionPayload} from "./dispatcher/payloads";
|
|||||||
* Instances of this class are provided by the application.
|
* Instances of this class are provided by the application.
|
||||||
*/
|
*/
|
||||||
export default abstract class BasePlatform {
|
export default abstract class BasePlatform {
|
||||||
protected notificationCount: number = 0;
|
protected notificationCount = 0;
|
||||||
protected errorDidOccur: boolean = false;
|
protected errorDidOccur = false;
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
dis.register(this.onAction);
|
dis.register(this.onAction);
|
||||||
|
Reference in New Issue
Block a user