-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Incorrect notications from intentional mentions which include @room? #16460
Comments
Looking at the code it doesn't seem like Synapse would generate this notification: synapse/rust/src/push/evaluator.rs Lines 170 to 178 in 5946074
Are the people getting notified on updated clients that understand intentional mentions? Is the notification coming from the server or from the client? |
Thanks. I really just wrote that comment to get a quick "this should work - probably an EleWeb issue" or "oh yeah we didn't actually implement that part of the spec yet". Based on what you wrote above it's the former. |
My guess would be either:
It definitely could be a bug in Synapse, but we do also test this behavior: synapse/tests/push/test_bulk_push_rule_evaluator.py Lines 372 to 382 in 9ec3da0
|
Originally posted by @jplatte in #15661 (comment)
The text was updated successfully, but these errors were encountered: