mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-05-02 23:24:14 +02:00
Compare commits
5 commits
7986da01b4
...
3ab0f37c22
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3ab0f37c22 | ||
|
|
7b3083885b | ||
|
|
a96aeb5882 | ||
|
|
54842585db | ||
|
|
cbcbde8f3c |
|
|
@ -23,7 +23,6 @@ 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 requests that require a federation
|
Servers should consider rate limiting federation requests more heavily,
|
||||||
request more heavily if the client is unauthenticated.
|
if the client is unauthenticated.
|
||||||
operationId: getRoomSummary
|
operationId: getRoomSummary
|
||||||
security:
|
security:
|
||||||
- signedRequest: []
|
- signedRequest: []
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue