Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notice messages are not highlighted as mentions in the room list #2430

Open
Twi1ightSparkle opened this issue Feb 7, 2024 · 2 comments
Open
Labels
A-Notifications O-Occasional Affects or can be seen by some users regularly or most users rarely S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect X-Needs-Rust This issue needs a Rust SDK change. It must have a link to a Rust SDK issue

Comments

@Twi1ightSparkle
Copy link

Twi1ightSparkle commented Feb 7, 2024

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
Copy link
Author

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

@Velin92 Velin92 added X-Needs-Rust This issue needs a Rust SDK change. It must have a link to a Rust SDK issue S-Major Severely degrades major functionality or product features, with no satisfactory workaround O-Occasional Affects or can be seen by some users regularly or most users rarely labels Feb 14, 2024
@manuroe
Copy link
Member

manuroe commented Jul 4, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Notifications O-Occasional Affects or can be seen by some users regularly or most users rarely S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect X-Needs-Rust This issue needs a Rust SDK change. It must have a link to a Rust SDK issue
Projects
None yet
Development

No branches or pull requests

3 participants