Fix config key

This commit is contained in:
Luca 2022-07-24 22:00:25 +02:00
parent ff6a07e592
commit 3f05d983ae
1 changed files with 1 additions and 1 deletions

View File

@ -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"`
}