mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-11 14:04:10 +01:00
Remove the room_id since it is redundent. Remove text about invite event handling till we've thought about it some more.
This commit is contained in:
parent
bde003fe86
commit
047419f2ad
|
|
@ -88,8 +88,6 @@ paths:
|
||||||
type: array
|
type: array
|
||||||
description: |-
|
description: |-
|
||||||
A list of room ids that the user has been invited to.
|
A list of room ids that the user has been invited to.
|
||||||
The entries in the room_map will have a ``invite`` key
|
|
||||||
containing the ``m.room.member`` event of the invite.
|
|
||||||
items:
|
items:
|
||||||
type: string.
|
type: string.
|
||||||
archived:
|
archived:
|
||||||
|
|
@ -109,10 +107,6 @@ paths:
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
room_id:
|
|
||||||
type: string
|
|
||||||
description: |-
|
|
||||||
The ID of the room.
|
|
||||||
event_map:
|
event_map:
|
||||||
type: object
|
type: object
|
||||||
description: |-
|
description: |-
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue