mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
Fix wrong config key
This commit is contained in:
parent
411db6083b
commit
0843bd776e
@ -170,7 +170,7 @@ type ServerNotices struct {
|
||||
// The displayname to be used when sending notices
|
||||
DisplayName string `yaml:"display_name"`
|
||||
// The avatar of this user
|
||||
AvatarURL string `yaml:"avatar"`
|
||||
AvatarURL string `yaml:"avatar_url"`
|
||||
// The roomname to be used when creating messages
|
||||
RoomName string `yaml:"room_name"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user