From 3f05d983aee70ae600ee3a5ca328310152701f5c Mon Sep 17 00:00:00 2001 From: Luca Date: Sun, 24 Jul 2022 22:00:25 +0200 Subject: [PATCH] Fix config key --- internal/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/config/config.go b/internal/config/config.go index 6150b59..5ee60cc 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -20,7 +20,7 @@ type MatrixConfig struct { DisplayName string `json:"display_name"` LogLevel uint `json:"log_level"` HomeserverURL string `json:"homeserver_url"` - UserIdentifier string `json:"user_identififer"` + UserIdentifier string `json:"user_identifier"` Password string PickleKey string `json:"pickle_key"` }