Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Don't clear content when account changes (#1132)
Previous code ran the setup routine whenever the account changed. I think this could result in the content being cleared when a notification arrived (processing the notification updates the marker, which updates the account, which triggers a new collection). Fix this by only taking the first emission of the account from the flow to do the setup.
- Loading branch information