remove paragraph saying what server should accept

pull/2674/head
Bruno Windels 3 years ago
parent 57cfb55fa3
commit e0271331b2

@ -32,8 +32,7 @@ A relationship is an object with a field `rel_type`, which is a string describin
and a field `event_id`, which is a string that represents the event_id of the target event of this relation.
The target event must exist in the same room as the relating event is sent.
Both of those fields are required. An event is said to contain a relationship if its `content` contains
a relationship with all the required fields under the `m.relates_to` key. If any of these conditions is not met,
clients and servers should treat the event as if it does not contain a relationship.
a relationship with all the required fields under the `m.relates_to` key.
Here's a (partial) example of an event relating to another event:

Loading…
Cancel
Save