mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-05-01 06:34:09 +02:00
Explicitly denote that replaces_state ignores history visibility
This commit is contained in:
parent
6f098619b9
commit
8e9a99edd7
|
|
@ -118,7 +118,9 @@ properties:
|
||||||
description: |
|
description: |
|
||||||
The event ID of the state event replaced by this event. This field is generated
|
The event ID of the state event replaced by this event. This field is generated
|
||||||
by the local homeserver, and is only returned if the event is a state event.
|
by the local homeserver, and is only returned if the event is a state event.
|
||||||
|
Unlike `prev_content`, this field is included regardless of history visibility.
|
||||||
type: string
|
type: string
|
||||||
|
x-addedInMatrixVersion: "1.19"
|
||||||
membership:
|
membership:
|
||||||
description: |
|
description: |
|
||||||
The room membership of the user making the request, at the time of the event.
|
The room membership of the user making the request, at the time of the event.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue