mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 11:51:36 +02:00
Fix typo which broke feature_mjolnir
Regressed in b2d9dd7214c5f72add24d79c32b763b7c916187c Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
59a86bc0e7
commit
cf2a4ddde7
@ -56,7 +56,7 @@ class LifecycleStore extends Store<ActionPayload> {
|
||||
deferredAction: null,
|
||||
});
|
||||
break;
|
||||
case 'syncstate': {
|
||||
case 'sync_state': {
|
||||
if (payload.state !== 'PREPARED') {
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user