You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
accountsReducer: Store server feature level in Redux.
Firstly, we add zulipFeatureLevel in Account type. We
had to tweak `loginSuccess()` and `realmAdd()` methods
in accountsReducer to include `zulipFeatureLevel` in
their return values too.
Then, we store the feature level in Redux on REALM_ADD
and REALM_INIT.
Part of #4049.
0 commit comments