mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-28 17:23:09 -06:00
Add passing tests to whitelist
Signed-off-by: Till Faelligen <tfaelligen@gmail.com>
This commit is contained in:
parent
f74a310dff
commit
e96b8c0e79
|
|
@ -540,3 +540,5 @@ Key notary server must not overwrite a valid key with a spurious result from the
|
||||||
GET /rooms/:room_id/aliases lists aliases
|
GET /rooms/:room_id/aliases lists aliases
|
||||||
Only room members can list aliases of a room
|
Only room members can list aliases of a room
|
||||||
Users with sufficient power-level can delete other's aliases
|
Users with sufficient power-level can delete other's aliases
|
||||||
|
GET /presence/:user_id/status fetches initial status
|
||||||
|
PUT /presence/:user_id/status updates my presence
|
||||||
Loading…
Reference in a new issue