mirror of
https://github.com/element-hq/dendrite.git
synced 2025-09-13 21:02:25 +03:00
mas: fix displayname handling
This commit is contained in:
parent
cc7deb22ad
commit
5cffc2c257
1 changed files with 1 additions and 1 deletions
|
@ -840,7 +840,7 @@ type adminExternalID struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type adminCreateOrModifyAccountRequest struct {
|
type adminCreateOrModifyAccountRequest struct {
|
||||||
DisplayName string `json:"display_name"`
|
DisplayName string `json:"displayname"`
|
||||||
AvatarURL string `json:"avatar_url"`
|
AvatarURL string `json:"avatar_url"`
|
||||||
// TODO: the following fields are not used here, but they are used in Synapse. Probably we should reproduce the logic of the
|
// TODO: the following fields are not used here, but they are used in Synapse. Probably we should reproduce the logic of the
|
||||||
// endpoint fully compatible.
|
// endpoint fully compatible.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue