-
-
Notifications
You must be signed in to change notification settings - Fork 361
Open
Labels
area: room-inputpriority: criticalNeeds a fix ASAPNeeds a fix ASAPtype: bugSomething isn't workingSomething isn't working
Description
Describe the bug
When in a room with alias #some-room:example.com you add that alias into the message, it pings all users within the room somehow
Reproduction
- Create a room
- Assign an alias to that room (example:
#some-room:example.com) - Send a message in that room that will have
#some-room:example.commentioned somewhere in the text - Wake up everyone in that room, similarly to
@room
Expected behavior
Mentioning of the room's own alias should not result into room mention (@room-like notification for all room members)
Platform and versions
Cinny v4.10.2Additional context
That happened in the #mrs:etke.cc room, specific event: https://matrix.to/#/#mrs:etke.cc/$NJVpI4sREce4qtywIWPElyKvAR2Qp5_zlb_vHBi9p1c
Below is shrinked json of the event's content:
{
"content": {
"body": "..., #mrs:etke.cc , ...",
"format": "org.matrix.custom.html",
"formatted_body": "..., <a href=\"https://matrix.to/#/#mrs:etke.cc\">#Matrix Rooms Search</a> , ...",
"m.mentions": {
"room": true,
"user_ids": [
"REDACTED_VALID_MXID_TO_WHOM_REPLY_WAS_ADDRESSED"
]
},
"m.relates_to": {
"m.in_reply_to": {
"event_id": "$RuTC0O7jKZuDcZv-ZKyzBqomi8QZe5m4iw6BmEOD08U"
}
},
"msgtype": "m.text"
},
}
@nexy7574 mentioned they may know more details about the root cause of the issue
Metadata
Metadata
Assignees
Labels
area: room-inputpriority: criticalNeeds a fix ASAPNeeds a fix ASAPtype: bugSomething isn't workingSomething isn't working