From 50a96e804781731060e0303b9564b8aa9da180b5 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Fri, 25 Nov 2022 16:16:07 +0100 Subject: [PATCH] CallTimer: Fix typo --- src/plugins/callTimer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/callTimer.ts b/src/plugins/callTimer.ts index d58b428cb..264e74bd7 100644 --- a/src/plugins/callTimer.ts +++ b/src/plugins/callTimer.ts @@ -109,7 +109,7 @@ export default definePlugin({ }, stop() { - FluxDispatcher.unsubscribe("RCT_CONNECTION_STATE", this.handleRtcConnectionState); + FluxDispatcher.unsubscribe("RTC_CONNECTION_STATE", this.handleRtcConnectionState); this.style?.remove(); clearInterval(this.interval); }