Compare commits

..

8 commits

Author SHA1 Message Date
Johannes Marbach 7986da01b4
Merge 762895f7e6 into 7470c72d94 2025-05-30 14:03:07 +02:00
Johannes Marbach 762895f7e6 Break long ling 2025-05-30 14:03:02 +02:00
Johannes Marbach bf47879553 Restore x-addedInMatrixVersion for room_type 2025-05-30 14:01:23 +02:00
Johannes Marbach 8b3a41b88e Update data/api/client-server/room_summary.yaml 2025-05-30 13:59:29 +02:00
Johannes Marbach ef08305cdb Fix example 2025-05-30 13:59:29 +02:00
Johannes Marbach 82f0e27dd4 Fix indentation 2025-05-30 13:59:29 +02:00
Johannes Marbach ccc99b43ca Add changelog 2025-05-30 13:59:29 +02:00
Johannes Marbach a74508a5dc Spec for MSC3266: Room Summary API
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
2025-05-30 13:59:29 +02:00
2 changed files with 3 additions and 2 deletions

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

@ -34,8 +34,8 @@ paths:
`knock_restricted`.
- The room has a `world_readable` [history visibility](#room-history-visibility).
Servers should consider rate limiting federation requests more heavily,
if the client is unauthenticated.
Servers should consider rate limiting requests that require a federation
request more heavily if the client is unauthenticated.
operationId: getRoomSummary
security:
- signedRequest: []