aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVendicated <vendicated@riseup.net>2022-11-25 16:16:07 +0100
committerVendicated <vendicated@riseup.net>2022-11-25 16:16:07 +0100
commit50a96e804781731060e0303b9564b8aa9da180b5 (patch)
tree773f3a4933665847fc00ee45b72aba1a364f45b4
parentc5b5b754e242cb5db0ae25c46826dccdd51ef6da (diff)
downloadVencord-50a96e804781731060e0303b9564b8aa9da180b5.tar.gz
Vencord-50a96e804781731060e0303b9564b8aa9da180b5.tar.bz2
Vencord-50a96e804781731060e0303b9564b8aa9da180b5.zip
CallTimer: Fix typo
-rw-r--r--src/plugins/callTimer.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/callTimer.ts b/src/plugins/callTimer.ts
index d58b428..264e74b 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);
}