Fix config key
This commit is contained in:
parent
ff6a07e592
commit
3f05d983ae
|
@ -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"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue