Skip to content

Commit e027133

Browse files
committed
remove paragraph saying what server should accept
1 parent 57cfb55 commit e027133

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

proposals/2674-event-relationships.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ A relationship is an object with a field `rel_type`, which is a string describin
3232
and a field `event_id`, which is a string that represents the event_id of the target event of this relation.
3333
The target event must exist in the same room as the relating event is sent.
3434
Both of those fields are required. An event is said to contain a relationship if its `content` contains
35-
a relationship with all the required fields under the `m.relates_to` key. If any of these conditions is not met,
36-
clients and servers should treat the event as if it does not contain a relationship.
35+
a relationship with all the required fields under the `m.relates_to` key.
3736

3837
Here's a (partial) example of an event relating to another event:
3938

0 commit comments

Comments
 (0)