mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-05-01 22:54:10 +02:00
Compare commits
8 commits
3ab0f37c22
...
7986da01b4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7986da01b4 | ||
|
|
762895f7e6 | ||
|
|
bf47879553 | ||
|
|
8b3a41b88e | ||
|
|
ef08305cdb | ||
|
|
82f0e27dd4 | ||
|
|
ccc99b43ca | ||
|
|
a74508a5dc |
|
|
@ -23,6 +23,7 @@ allOf:
|
||||||
description: The `type` of room (from
|
description: The `type` of room (from
|
||||||
[`m.room.create`](/client-server-api/#mroomcreate)),
|
[`m.room.create`](/client-server-api/#mroomcreate)),
|
||||||
if any.
|
if any.
|
||||||
|
x-addedInMatrixVersion: "1.4"
|
||||||
allowed_room_ids:
|
allowed_room_ids:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
|
|
|
||||||
|
|
@ -34,8 +34,8 @@ paths:
|
||||||
`knock_restricted`.
|
`knock_restricted`.
|
||||||
- The room has a `world_readable` [history visibility](#room-history-visibility).
|
- The room has a `world_readable` [history visibility](#room-history-visibility).
|
||||||
|
|
||||||
Servers should consider rate limiting federation requests more heavily,
|
Servers should consider rate limiting requests that require a federation
|
||||||
if the client is unauthenticated.
|
request more heavily if the client is unauthenticated.
|
||||||
operationId: getRoomSummary
|
operationId: getRoomSummary
|
||||||
security:
|
security:
|
||||||
- signedRequest: []
|
- signedRequest: []
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue