Update sytest-whitelist, add comment

This commit is contained in:
Neil Alexander 2020-06-19 11:49:31 +01:00
parent 02ac87934c
commit b8be8cfff7
2 changed files with 4 additions and 0 deletions

View file

@ -26,6 +26,7 @@ import (
"github.com/matrix-org/util" "github.com/matrix-org/util"
) )
// https://matrix.org/docs/spec/client_server/r0.6.1#get-matrix-client-r0-devices
type deviceJSON struct { type deviceJSON struct {
DeviceID string `json:"device_id"` DeviceID string `json:"device_id"`
DisplayName string `json:"display_name"` DisplayName string `json:"display_name"`

View file

@ -347,3 +347,6 @@ GET /rooms/:room_id/state/m.room.topic gets topic
GET /rooms/:room_id/state fetches entire room state GET /rooms/:room_id/state fetches entire room state
Setting room topic reports m.room.topic to myself Setting room topic reports m.room.topic to myself
setting 'm.room.name' respects room powerlevel setting 'm.room.name' respects room powerlevel
Syncing a new room with a large timeline limit isn't limited
Left rooms appear in the leave section of sync
Banned rooms appear in the leave section of sync