element-x-ios icon indicating copy to clipboard operation
element-x-ios copied to clipboard

Notice messages are not highlighted as mentions in the room list

Open Twi1ightSparkle opened this issue 2 years ago • 2 comments

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

customevent

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:

element

What happened instead?

I have a notification count on the homescreen:

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

elementX

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

Twi1ightSparkle avatar Feb 07 '24 12:02 Twi1ightSparkle

For completeness, when I send a normal m.text message in the test room, the dot turns green in the room list

Twi1ightSparkle avatar Feb 07 '24 12:02 Twi1ightSparkle

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?

manuroe avatar Jul 04 '24 12:07 manuroe