mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-21 05:43:09 -06:00
Update sytest-whitelist, add comment
This commit is contained in:
parent
02ac87934c
commit
b8be8cfff7
|
|
@ -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"`
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue