issue: ENG-6485
incrementalStateSyncActionType, processUpdatesActionType and processServerRequestsActionType are actions dispatched for one keyserver. They should not be changing currentUserInfo or userStore, unles the keyserver is the authoritative keyserver and relyingOnAuthoritativeKeyserver is true
Details
Details
- Reviewers
michal kamil ginsu - Commits
- rCOMM53224dfd79b5: [lib] Refactor user reducers
Tested that for clients set up to rely on the authoritative keyserver incremental state sync updates currentUserInfo and userStore
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- inka/state_sync
- Lint
No Lint Coverage - Unit
No Test Coverage
I don't think it is guaranteed that there will always be a response from the authoritative keyserver, e.g. when adding a new keyserver. We probably should add a condition here and extend a test plan to verify a non-auth keyserver auth.