Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(community): getting kicked out of a community should still spectate #4217

Merged
merged 1 commit into from
Oct 27, 2023

Commits on Oct 26, 2023

  1. fix(community): getting kicked out of a community should still spectate

    Fixes status-im/status-desktop#12558
    
    When getting kicked out of  a community, before we used to leave the community completely, but just keep the filters on.
    That created a problem when reopening the app, because the community disappeared and could even create a problem in desktop where it tried to open the last opened community but it's no longer there.
    
    The fix now is that when getting kicked out, we instead just remove ourselves from the community and set Joined to false, but we keep the community spectated.
    jrainville committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    f96c730 View commit details
    Browse the repository at this point in the history