issue: ENG-5765
if the user logs in to identity we want to reset state, like we used to on general login
if the user logs into some keyservers, we want to reset the state for those keyservers
Details
Details
ran the provided test
Assuming that the code that existed before is correct
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| lib/reducers/calendar-filters-reducer.js | ||
|---|---|---|
| 70 ↗ | (On Diff #34907) | This feels a bit hacky. It's probably fine but we could potentially introduce some field like keyserverIDs or sth. |
Comment Actions
| lib/reducers/calendar-filters-reducer.js | ||
|---|---|---|
| 70 ↗ | (On Diff #34907) | I don't like that, it's redundant. We are sure that we will get an entry in updatesCurrentAsOf for each keyserver. |