Type: Bug
Summary: When user logs out she still receives notifications about incoming chat messages. It happens even after the user has logged in to a different account.
User that has logged out should not receive any notifications.
Incoming message notifications are shown even though user is logged out. It happens even after the user has logged in to a different account.
If it's really a bug, it should probably be resolved as part of https://github.com/status-im/ideas/issues/86
Still valid
I hope this issue is resolved.
This should be resolved in the context of https://github.com/status-im/status-react/issues/3451
FYI: It still happens on latest nightly.
Looks like we'll need to implement https://github.com/status-im/status-react/issues/3451 in order to properly address this.
FYI: I tested latest nightly (Aug 31) and the isssue is still there.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@PombeirP are you going to work on it?
It would probably be better to have one of the Clojure devs look into how we'd be able to know the last logged-in account so we can test for that in the background service (since from the background service we don't necessarily have access to the realm db). If it's a question of saving a separate file from the main app and reading it from this bg service, that would be something I can tackle. Otherwise, it'd need to be someone who thoroughly knows the code. cc @rasom.
@lukaszfryc with https://github.com/status-im/status-react/pull/6893, this will only happen if the app is not running, or running in the background. So we'll need to adapt the description of this GHI once that PR is merged.
@asemiankevich we should see if we can close this due to #7268, it should fix it.
I'll check it in nightly, but I can say that it was fixed in PR
Most helpful comment
If it's really a bug, it should probably be resolved as part of https://github.com/status-im/ideas/issues/86