diff --git a/internal/dispatcher/dispatcher.go b/internal/dispatcher/dispatcher.go index 577c837..25d5df5 100644 --- a/internal/dispatcher/dispatcher.go +++ b/internal/dispatcher/dispatcher.go @@ -27,7 +27,7 @@ func Create(homeserver, username, password string, formatting configuration.Form Type: mautrix.AuthTypePassword, Identifier: mautrix.UserIdentifier{Type: mautrix.IdentifierTypeUser, User: username}, Password: password, - DeviceID: id.DeviceID("pushbits"), + DeviceID: id.DeviceID("PushBits"), StoreCredentials: true, }) if err != nil {