diff --git a/fluxer_app/src/stores/LocalVoiceStateStore.tsx b/fluxer_app/src/stores/LocalVoiceStateStore.tsx index 9bfd137e..f861a001 100644 --- a/fluxer_app/src/stores/LocalVoiceStateStore.tsx +++ b/fluxer_app/src/stores/LocalVoiceStateStore.tsx @@ -62,12 +62,8 @@ class LocalVoiceStateStore { ); this._disposers = []; this.persistenceHydrationPromise = this.initPersistence(); - this.persistenceHydrationPromise.then(() => { - this.enforcePermissionMuteIfNeeded(); - }); this.initializePermissionSync(); this.initializeDevicePermissionSync(); - this.enforcePermissionMuteIfNeeded(); } private async initPersistence(): Promise {