You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Reduce amount of log spam (#11898)
This commit is contained in:
committed by
GitHub
parent
0a03b09f5d
commit
2cb5e0771b
@ -49,6 +49,7 @@ export class CallStore extends AsyncStoreWithClient<{}> {
|
||||
|
||||
private constructor() {
|
||||
super(defaultDispatcher);
|
||||
this.setMaxListeners(100); // One for each RoomTile
|
||||
}
|
||||
|
||||
protected async onAction(): Promise<void> {
|
||||
|
Reference in New Issue
Block a user