mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-12 07:51:05 +02:00
de-lint LifecycleStore
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
a270c85295
commit
68fb11d2bf
@ -141,7 +141,6 @@ src/RoomListSorter.js
|
||||
src/Rooms.js
|
||||
src/ScalarAuthClient.js
|
||||
src/ScalarMessaging.js
|
||||
src/stores/LifecycleStore.js
|
||||
src/TabComplete.js
|
||||
src/TabCompleteEntries.js
|
||||
src/TextForEvent.js
|
||||
|
@ -50,7 +50,7 @@ class LifecycleStore extends Store {
|
||||
deferred_action: null,
|
||||
});
|
||||
break;
|
||||
case 'sync_state':
|
||||
case 'sync_state': {
|
||||
if (payload.state !== 'PREPARED') {
|
||||
break;
|
||||
}
|
||||
@ -61,6 +61,7 @@ class LifecycleStore extends Store {
|
||||
});
|
||||
dis.dispatch(deferredAction);
|
||||
break;
|
||||
}
|
||||
case 'on_logged_out':
|
||||
this.reset();
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user