clarify that non-empty delayed membership events are invalid

pull/4318/head
Matthew Hodgson 1 year ago committed by GitHub
parent a278ff85c6
commit f97e4e64cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save