Compare commits

..

1 commit

Author SHA1 Message Date
Johannes Marbach 9caba7aa3b
Merge 762895f7e6 into 866c05f487 2025-06-03 20:42:40 +02:00
5 changed files with 4 additions and 6 deletions

View file

@ -61,6 +61,7 @@ properties:
example: "public"
room_type:
type: string
x-addedInMatrixVersion: "1.4"
description: |-
The `type` of room (from [`m.room.create`](/client-server-api/#mroomcreate)), if any.
required:

View file

@ -23,6 +23,7 @@ allOf:
description: The `type` of room (from
[`m.room.create`](/client-server-api/#mroomcreate)),
if any.
x-addedInMatrixVersion: "1.4"
allowed_room_ids:
type: array
items:

View file

@ -71,6 +71,8 @@ paths:
- $ref: ../client-server/definitions/room_summary.yaml
- type: object
properties:
room_type:
x-addedInMatrixVersion: # Overrides room_summary.yaml
membership:
description: |-
The membership state of the user if the user is joined to the room. Absent

View file

@ -125,8 +125,6 @@ paths:
description: The `origin_server_ts` for the event.
required:
- origin_server_ts
room_type:
x-addedInMatrixVersion: "1.4" # Extends room_summary.yaml
allowed_room_ids:
x-addedInMatrixVersion: "1.15" # Extends room_summary.yaml
encryption:

View file

@ -84,8 +84,6 @@ paths:
description: The `origin_server_ts` for the event.
required:
- origin_server_ts
room_type:
x-addedInMatrixVersion: "1.4" # Extends room_summary.yaml
encryption:
x-addedInMatrixVersion: "1.15" # Extends room_summary.yaml
room_version:
@ -103,8 +101,6 @@ paths:
- type: object
title: SpaceHierarchyChildRoomsChunk
properties:
room_type:
x-addedInMatrixVersion: "1.4" # Extends room_summary.yaml
encryption:
x-addedInMatrixVersion: "1.15" # Extends room_summary.yaml
room_version: