You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many Riot users have joined to large active rooms (like Matrix HQ) in Mute mode, because they need to talk in them very rarely, but sometimes want to look few last messages, so every time leave and join that rooms is not good way.
At now Riot receives all messages from all rooms, even from muted rooms, so it spend unnecessary memory and cpu time for processing those messages.
Will be good to have option to disable processing muted messages in local Riot instance - not show notifications and not add them into Riot app memory. And load event history of those rooms only on demand, when user manually open this room.
Even if server will continue sending messages from muted rooms to client - we can ignore processing if detect that this message is for muted room.