Notice messages are not highlighted as mentions in the room list
Steps to reproduce
- Set a room to notify on all messages
- Send a notice message to the room from another user
{
"type": "m.room.message",
"content": {
"body": "This is a m.notice message",
"format": "org.matrix.custom.html",
"formatted_body": "This is a m.notice message",
"msgtype": "m.notice"
}
}
In Element, you can do this with Devtools
Outcome
What did you expect?
A green dot so I can easily see what room has a notification. The old Element iOS app has this:
What happened instead?
I have a notification count on the homescreen:
But Element X does not tell me which room is creating the notification. The top room here is also a notice message, but the room is set to mentions only notifications
Your phone model
iPhone 11 Pro Max
Operating system version
iOS17.2.1
Application version
1.5.5 (89)
Homeserver
Synapse v1.100.0 and sliding sync proxy v0.99.15
Will you send logs?
No
For completeness, when I send a normal m.text message in the test room, the dot turns green in the room list
Seems to be a push rules settings issue. @amshakal do we really want to support notifications in notice messages, that are mainly coming from bots?