mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-05-03 15:44:09 +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
|
||||
[`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 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: []
|
||||
|
|
|
|||
Loading…
Reference in a new issue