This commit is contained in:
cubicroot 2022-02-11 22:10:37 +01:00
parent 728c84676c
commit 87c339695d

View file

@ -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 {