fix(app): unmute race condition (#56)
This commit is contained in:
@@ -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<void> {
|
||||
|
||||
Reference in New Issue
Block a user