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/invitation bubble #7395

Merged
merged 4 commits into from
Sep 21, 2022
Merged

Fix/invitation bubble #7395

merged 4 commits into from
Sep 21, 2022

Commits on Sep 21, 2022

  1. chore: bump status-go

    osmaczko committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    88f8618 View commit details
    Browse the repository at this point in the history
  2. fix(@desktop/chat): rework invitation bubbles

    InvitationBubbleView.qml:
    - rework view to use layouts properly
    - add missing community identicon
    
    Backend:
    - remove local community requests on community join
    - propagate SIGNAL_COMMUNITY_MY_REQUEST_ADDED to UI
    
    fixes: #7139
    osmaczko committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    fe31297 View commit details
    Browse the repository at this point in the history
  3. fix(@desktop/chat): make join invite transition to pending

    User should see `pending` state after he `join`s the community, even if
    that community does not require explicit admin approval. That's because
    currently, each member has to be accepted by admin, either automatically
    or manually. That means, if admin is gone, no one will be ever joined to
    community, even if this community states it does not require request to
    join.
    osmaczko committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    285a42f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    556fd76 View commit details
    Browse the repository at this point in the history