Skip to content

Add hide room functionality to room settings dropdown

Add hide room functionality to room settings dropdown.

We are adding this so it is available somewhere when the new Vue left menu is in place. But this feature will be available outside of the feature flag as well.

Shows a browser notification for an error


Based off of

Testing strategy

Try the following with a normal room and a one to one room,

  1. Visit a room and hide it from the room settings dropdown
  2. Switch to another room and refresh
  3. The room should remain hidden

To test that we don't have an appEvents infinite loop (this should only be a problem with vue-left-menu on anyway),

  1. Send a message
  2. Check your CPU to make sure it's not spinning at 100%

Closes #2168 (closed)

Edited by Eric Eastwood

Merge request reports