mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
Added-in tags.
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
parent
80e0700d48
commit
993839afc4
|
|
@ -1,6 +1,8 @@
|
||||||
|
|
||||||
### User and room mentions
|
### User and room mentions
|
||||||
|
|
||||||
|
{{< changed-in v="1.7" >}}
|
||||||
|
|
||||||
This module allows users to "mention" other users and rooms within a room event.
|
This module allows users to "mention" other users and rooms within a room event.
|
||||||
This is primarily used as an indicator that the recipient should receive a notification
|
This is primarily used as an indicator that the recipient should receive a notification
|
||||||
about the event.
|
about the event.
|
||||||
|
|
|
||||||
|
|
@ -523,6 +523,8 @@ Definition:
|
||||||
|
|
||||||
**`.m.rule.is_user_mention`**
|
**`.m.rule.is_user_mention`**
|
||||||
|
|
||||||
|
{{< added-in v="1.7" >}}
|
||||||
|
|
||||||
Matches any message which contains the user's Matrix ID in the list of `user_ids`
|
Matches any message which contains the user's Matrix ID in the list of `user_ids`
|
||||||
under the `m.mentions` property.
|
under the `m.mentions` property.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue