issue: ENG-5814
We want to remove the thread related to the ks the user has logged in to / logged out of / had the cookie invalidated by.
Details
Details
- Reviewers
michal kamil ginsu ashoat - Commits
- rCOMM4160b885c356: [lib] Refactor thread reducer
Tested that when keyserverAuthActionTypes.success is dispatched the threads are deleted and replaced with the new ones
Checked that when a user logs out the threads are deleted.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
lib/shared/thread-utils.js | ||
---|---|---|
1807 ↗ | (On Diff #35576) | Should this be in lib/keyserver-conn/keyserver-call-utils.js? |
Comment Actions
Thanks for moving it! The name of the file is kind of weird given the use case here, but the family of functions there is very similar... I think it's good they're in the same file, and we might consider moving / renaming the file in a later diff