mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-15 22:31:07 +01:00
Fix wrong config key
This commit is contained in:
parent
411db6083b
commit
0843bd776e
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ type ServerNotices struct {
|
||||||
// The displayname to be used when sending notices
|
// The displayname to be used when sending notices
|
||||||
DisplayName string `yaml:"display_name"`
|
DisplayName string `yaml:"display_name"`
|
||||||
// The avatar of this user
|
// The avatar of this user
|
||||||
AvatarURL string `yaml:"avatar"`
|
AvatarURL string `yaml:"avatar_url"`
|
||||||
// The roomname to be used when creating messages
|
// The roomname to be used when creating messages
|
||||||
RoomName string `yaml:"room_name"`
|
RoomName string `yaml:"room_name"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue