Since you can't delete accounts, hiding them is the next best option.
Use case
Truly deleting accounts is impossible to implement because of the eventual consistency nature of cloud syncing.
Tombstones or similar would be required.
Just adding a "hidden" flag is a lot easier and more transparent to what a "deleted" flag would mean.
Describe the feature
Since you can't delete accounts, hiding them is the next best option.
Use case
Truly deleting accounts is impossible to implement because of the eventual consistency nature of cloud syncing. Tombstones or similar would be required. Just adding a "hidden" flag is a lot easier and more transparent to what a "deleted" flag would mean.
Additional context
No response