Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Do not show "Forget room" button in Room View header for guest users #10898

Merged
merged 3 commits into from
Jul 25, 2023

Commits on May 14, 2023

  1. Do not show "Forget room" button in Room View header for guest users

    You can observe this problem by opening this in a new private tab:
    https://app.element.io/#/room/#matrix:matrix.org
    
    This is a public room with guest access enabled and Element will use a
    guest account to display it.
    
    Showing a "Forget room" button in the header for guest users is
    pointless. Clicking on it leads to a `M_GUEST_ACCESS_FORBIDDEN` error.
    
    Signed-off-by: Slavi Pantaleev <[email protected]>
    spantaleev committed May 14, 2023
    Configuration menu
    Copy the full SHA
    55e97a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into…

    … no-forget-room-btn-for-guests
    t3chguy committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    a2190cf View commit details
    Browse the repository at this point in the history
  2. Iterate

    t3chguy committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    0df2c3e View commit details
    Browse the repository at this point in the history