0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-27 16:58:21 +02:00

Update awsy list

This commit is contained in:
Kegan Dougal 2020-06-30 10:26:26 +01:00
parent 4cf45d1ce9
commit 3a18b7fc78

View file

@ -91,6 +91,7 @@ snd PUT /rooms/:room_id/send/:event_type/:txn_id deduplicates the same txn id
get GET /rooms/:room_id/messages returns a message
get GET /rooms/:room_id/messages lazy loads members correctly
typ PUT /rooms/:room_id/typing/:user_id sets typing notification
typ Typing notifications don't leak (3 subtests)
rst GET /rooms/:room_id/state/m.room.power_levels can fetch levels
rst PUT /rooms/:room_id/state/m.room.power_levels can set levels
rst PUT power_levels should not explode if the old power levels were empty