mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 18:43:41 -05:00
Set initial device name to "gomuks"
This commit is contained in:
parent
262c34a45a
commit
b0caa48db1
1 changed files with 4 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue