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
|
||||
[`m.room.create`](/client-server-api/#mroomcreate)),
|
||||
if any.
|
||||
x-addedInMatrixVersion: "1.4"
|
||||
allowed_room_ids:
|
||||
type: array
|
||||
items:
|
||||
|
|
|
|||
|
|
@ -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: []
|
||||
|
|
|
|||
Loading…
Reference in a new issue