mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-17 16:44:09 +02:00
Compare commits
2 commits
60f4e5d61d
...
0eb091576d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0eb091576d | ||
|
|
8efc548000 |
|
|
@ -63,7 +63,7 @@ paths:
|
||||||
- accessTokenBearer: []
|
- accessTokenBearer: []
|
||||||
x-changedInMatrixVersion:
|
x-changedInMatrixVersion:
|
||||||
1.18: |
|
1.18: |
|
||||||
Servers MAY deny room ID enumeration by using the 200 response
|
Servers MAY prevent room ID enumeration by using the 200 response
|
||||||
regardless of the existence of the reported room and/or by adding
|
regardless of the existence of the reported room and/or by adding
|
||||||
a random delay when generating responses.
|
a random delay when generating responses.
|
||||||
responses:
|
responses:
|
||||||
|
|
@ -150,7 +150,7 @@ paths:
|
||||||
This endpoint now requires the user to be joined to the room.
|
This endpoint now requires the user to be joined to the room.
|
||||||
1.18: |
|
1.18: |
|
||||||
The `score` request parameter was removed. Additionally, servers
|
The `score` request parameter was removed. Additionally, servers
|
||||||
may deny event ID enumeration by using the 200 response
|
may prevent event ID enumeration by using the 200 response
|
||||||
regardless of the existence of the reported event.
|
regardless of the existence of the reported event.
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue