Update content/client-server-api/modules/event_annotations.md

Co-authored-by: Hubert Chathi <hubertc@matrix.org>
This commit is contained in:
Richard van der Hoff 2023-04-25 13:41:03 +01:00 committed by GitHub
parent 76f592d891
commit 16a90cd430
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,8 @@ When performing this count:
* Implementations should ignore any annotation event which refers to an event * Implementations should ignore any annotation event which refers to an event
which itself has an `m.relates_to` with `rel_type: m.annotation` or which itself has an `m.relates_to` with `rel_type: m.annotation` or
`rel_type: m.replace`. In other words, it is not possible to annotate a `rel_type: m.replace`. In other words, it is not possible to annotate a
[replacement event](#event-replacements) or an annotation. [replacement event](#event-replacements) or an annotation. Annotations should
instead refer to the original event.
* When an annotation is redacted, it is removed from the count. * When an annotation is redacted, it is removed from the count.