mirror of
https://github.com/crazy-max/diun.git
synced 2026-01-05 04:15:37 +01:00
Merge pull request #1551 from sreinwald/fix/matrix-store-credentials
fix(notif/matrix): store credentials after login to fix M_MISSING_TOKEN
This commit is contained in:
@@ -66,6 +66,7 @@ func (c *Client) Send(entry model.NotifEntry) error {
|
||||
},
|
||||
Password: password,
|
||||
InitialDeviceDisplayName: c.meta.Name,
|
||||
StoreCredentials: true,
|
||||
})
|
||||
if err != nil {
|
||||
return errors.Wrap(err, "failed to authenticate Matrix user")
|
||||
|
||||
Reference in New Issue
Block a user