diff options
author | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2022-10-24 07:10:50 +0200 |
---|---|---|
committer | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2022-10-24 07:10:50 +0200 |
commit | 0843bd776e9156b7ae62b504a5c7e8c8b26ff476 (patch) | |
tree | cfd5230c36beda1966198c9d5cca4bae6bcc8c4b /setup | |
parent | 411db6083b8257bfe96663e6bb7ce763609216fa (diff) |
Fix wrong config key
Diffstat (limited to 'setup')
-rw-r--r-- | setup/config/config_global.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/config/config_global.go b/setup/config/config_global.go index 2efae0d5..784893d2 100644 --- a/setup/config/config_global.go +++ b/setup/config/config_global.go @@ -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"` } |