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
Conform more of the codebase to strict typescript (#10841)
This commit is contained in:
committed by
GitHub
parent
af78a5a2f5
commit
277a3c0146
@ -146,7 +146,7 @@ export class CallStore extends AsyncStoreWithClient<{}> {
|
||||
this.calls.set(room.roomId, call);
|
||||
this.callListeners.set(
|
||||
call,
|
||||
new Map<CallEvent, (...args: unknown[]) => unknown>([
|
||||
new Map<CallEvent, (...args: any[]) => unknown>([
|
||||
[CallEvent.ConnectionState, onConnectionState],
|
||||
[CallEvent.Destroy, onDestroy],
|
||||
]),
|
||||
|
Reference in New Issue
Block a user