Added-in tags.

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
Patrick Cloke 2023-05-16 10:50:06 -04:00 committed by GitHub
parent 80e0700d48
commit 993839afc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -1,6 +1,8 @@
### User and room mentions
{{< changed-in v="1.7" >}}
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
about the event.

View file

@ -523,6 +523,8 @@ Definition:
**`.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`
under the `m.mentions` property.