mirror of
https://github.com/matrix-org/dendrite
synced 2025-04-30 07:14:01 +02:00
add new m.set_displayname
, m.set_avatar_url
, and m.3pid_changes
capabilities
This commit is contained in:
parent
9897959731
commit
bb4ad5a10b
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