aboutsummaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorTill Faelligen <2353100+S7evinK@users.noreply.github.com>2022-10-24 07:10:50 +0200
committerTill Faelligen <2353100+S7evinK@users.noreply.github.com>2022-10-24 07:10:50 +0200
commit0843bd776e9156b7ae62b504a5c7e8c8b26ff476 (patch)
treecfd5230c36beda1966198c9d5cca4bae6bcc8c4b /setup
parent411db6083b8257bfe96663e6bb7ce763609216fa (diff)
Fix wrong config key
Diffstat (limited to 'setup')
-rw-r--r--setup/config/config_global.go2
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"`
}