aboutsummaryrefslogtreecommitdiff
path: root/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'server.go')
-rw-r--r--server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.go b/server.go
index e914f3b..f11615e 100644
--- a/server.go
+++ b/server.go
@@ -30,7 +30,7 @@ func StartAppService(errch chan error) error {
if err == nil {
// If Easybridge account was created, update avatar and display name
err = mx.ProfileAvatar(ezbrMxId(), &connector.FileMediaObject{
- Path: "easybridge.jpg",
+ Path: config.AvatarFile,
})
if err != nil {
return err