Merge pull request #6382 from matrix-org/t3chguy/console

This commit is contained in:
Michael Telatynski 2021-07-15 13:50:13 +01:00 committed by GitHub
commit ea20e041b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 74 additions and 70 deletions

View file

@ -74,6 +74,7 @@ export class RoomListStoreClass extends AsyncStoreWithClient<IState> {
constructor() {
super(defaultDispatcher);
this.setMaxListeners(20); // CustomRoomTagStore + RoomList + LeftPanel + 8xRoomSubList + spares
}
private setupWatchers() {