mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-30 14:14:09 +02:00
Note some event changes.
This commit is contained in:
parent
3f5f44f3ae
commit
8c10763251
|
|
@ -6,7 +6,9 @@ properties:
|
||||||
content:
|
content:
|
||||||
properties:
|
properties:
|
||||||
creator:
|
creator:
|
||||||
description: The `user_id` of the room creator. This is set by the homeserver.
|
description: |-
|
||||||
|
The `user_id` of the room creator. This is set by the homeserver for room versions 1 - 10. Room versions
|
||||||
|
11 no longer includes this property, the event `sender` should be used instead.
|
||||||
type: string
|
type: string
|
||||||
m.federate:
|
m.federate:
|
||||||
description: Whether users on other servers can join this room. Defaults to `true` if key does not exist.
|
description: Whether users on other servers can join this room. Defaults to `true` if key does not exist.
|
||||||
|
|
|
||||||
|
|
@ -5,12 +5,15 @@ description: 'This event is created by the server to describe which event has be
|
||||||
properties:
|
properties:
|
||||||
content:
|
content:
|
||||||
properties:
|
properties:
|
||||||
|
redacts: |-
|
||||||
|
description: The event ID that was redacted. Starting in room version 11.
|
||||||
|
type: string
|
||||||
reason:
|
reason:
|
||||||
description: 'The reason for the redaction, if any.'
|
description: 'The reason for the redaction, if any.'
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
redacts:
|
redacts:
|
||||||
description: The event ID that was redacted.
|
description: The event ID that was redacted. For room versions 1 - 10.
|
||||||
type: string
|
type: string
|
||||||
type:
|
type:
|
||||||
enum:
|
enum:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue