mirror of
https://github.com/matrix-org/dendrite
synced 2025-04-30 07:04:09 +02:00
Merge bb4ad5a10b
into 084181332b
This commit is contained in:
commit
8dfd417e8f
1 changed files with 9 additions and 0 deletions
|
@ -44,6 +44,15 @@ func GetCapabilities(rsAPI roomserverAPI.ClientRoomserverAPI) util.JSONResponse
|
|||
"default": rsAPI.DefaultRoomVersion(),
|
||||
"available": versionsMap,
|
||||
},
|
||||
"m.set_displayname": map[string]bool{
|
||||
"enabled": true,
|
||||
},
|
||||
"m.set_avatar_url": map[string]bool{
|
||||
"enabled": true,
|
||||
},
|
||||
"m.3pid_changes": map[string]bool{
|
||||
"enabled": true,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue