chatrix icon indicating copy to clipboard operation
chatrix copied to clipboard

Gracefully handle single-room mode when room is not available to user

Open psrpinto opened this issue 2 years ago • 2 comments

There are several scenarios that can result in the user not being able to access the configured room, in single-room mode:

  1. Room doesn't exist
  2. User can't access room
    • Because room is private
    • Because room is not under a Space the user has access to
    • etc
  3. Configured room alias doesn't resolve to a room

We should gracefully handle this case, by either:

  1. Showing an error screen
  2. Falling back to non-single-room mode

psrpinto avatar Feb 06 '23 11:02 psrpinto