Skip to content

Commit

Permalink
clarify that non-empty delayed membership events are invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
ara4n authored Nov 25, 2024
1 parent a278ff8 commit f97e4e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proposals/4143-matrix-rtc.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ The `leave_reason` is added so clients can be more verbal about why a user disco
Receiving clients will be able to detect if the delayed event request was recognised by the presence of the `has_delayed_overwrite: true`
unsigned property. If the property is missing the event is invalid.

This also invalidates delayed leave events that are send with a valid membership content. They do not contain the
`has_delayed_overwrite: true` unsigned property.
This also ensures that delayed leave events that are incorrectly sent with a non-empty membership content are invalidated,
as they will not contain the `has_delayed_overwrite: true` unsigned property.

#### Historic sessions

Expand Down

0 comments on commit f97e4e6

Please sign in to comment.