Set initial device name to "gomuks"

This commit is contained in:
Tulir Asokan 2018-04-16 21:30:34 +03:00
parent 262c34a45a
commit b0caa48db1

View File

@ -107,6 +107,7 @@ func (c *Container) Login(user, password string) error {
Type: "m.login.password",
User: user,
Password: password,
InitialDeviceDisplayName: "gomuks",
})
if err != nil {
return err