A user accidentally posted in a Matrix space room, leading to notifications for all members of that space. This occurred because older Matrix clients render spaces as regular chat rooms, and newer clients with space support have confusing UI when activity happens in these rooms. Most clients do not automatically adjust room permissions in spaces to prevent chatting, which would mitigate this issue.
To address the notification problem, the user accessed Element Web's devtools to display the space as a regular room. They then granted themselves admin permissions and modified the room's permissions to disallow chatting within the space room itself.
Another user reported a ban from a Matrix space without understanding why. Initial queries for the user's handle in Draupnir, a moderation tool, yielded no results. A subsequent query using the user's domain revealed an entry indicating a server-level ban from a moderation list the space subscribed to, likely targeting a single-user personal instance.
The user attempted to join the policy room responsible for the ban to investigate further. Joining the room caused temporary issues for their homeserver and required a client cache clear. Once in the room, which contained numerous moderation messages, Element's search function could not find the relevant ban entry because it only searches for 'm.messages' types, not policy rule messages. The typical workaround involves exporting the chat as HTML and manually searching through it.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
A Matrix user encountered unexpected notifications in a Matrix space due to client rendering of spaces as regular rooms and faced difficulties investigating a spurious ban within a moderation policy room. These incidents highlight usability and moderation challenges within the Matrix protocol and its client implementations.