Page MenuHomePhabricator

[lib] Refactor logout in invite links reducer
ClosedPublic

Authored by inka on Jan 17 2024, 6:04 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 25, 11:06 AM
Unknown Object (File)
Tue, Jun 25, 10:50 AM
Unknown Object (File)
Tue, Jun 25, 9:31 AM
Unknown Object (File)
Mon, Jun 24, 2:41 PM
Unknown Object (File)
Sun, Jun 23, 1:21 AM
Unknown Object (File)
Sat, Jun 22, 5:45 PM
Unknown Object (File)
Fri, Jun 21, 4:54 AM
Unknown Object (File)
Sat, Jun 1, 3:46 PM
Subscribers

Details

Summary

issue: ENG-5825
We want to remove the links related to the keyservers the user has disconnected from

Test Plan

Tested that when deleteKeyserverAccountActionTypes.success is dispatched, only links of the specified keyservers are removed.
Tested that if the user logs out from the app, the links store is cleared as it used to be

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

We are discussing in ENG-6424 if logout should be refactored, but delete account has to be refactored anyway

inka requested review of this revision.Jan 17 2024, 6:32 AM
inka planned changes to this revision.Jan 17 2024, 8:15 AM

We decided to have a single action for logging out of keyservers and identity.

Merge identity delete account with keyserver delete account

This revision is now accepted and ready to land.Jan 29 2024, 6:25 AM