0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2025-04-30 07:04:09 +02:00
This commit is contained in:
Lukas 2024-11-25 16:21:58 +01:00 committed by GitHub
commit 8dfd417e8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
},
},
}