Set initial device name to "gomuks"
This commit is contained in:
parent
262c34a45a
commit
b0caa48db1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user