Compare commits

..

5 commits

Author SHA1 Message Date
Johannes Marbach 3ab0f37c22
Merge 7b3083885b into 7470c72d94 2025-05-29 16:20:03 -04:00
Johannes Marbach 7b3083885b Fix example 2025-03-31 14:27:09 +02:00
Johannes Marbach a96aeb5882 Fix indentation 2025-03-31 14:25:45 +02:00
Johannes Marbach 54842585db Add changelog 2025-03-31 14:22:49 +02:00
Johannes Marbach cbcbde8f3c Spec for MSC3266: Room Summary API
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
2025-03-31 14:13:08 +02:00
2 changed files with 2 additions and 3 deletions

View file

@ -23,7 +23,6 @@ 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 requests that require a federation
request more heavily if the client is unauthenticated.
Servers should consider rate limiting federation requests more heavily,
if the client is unauthenticated.
operationId: getRoomSummary
security:
- signedRequest: []