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:
CrazyMax
2025-11-25 18:19:11 +01:00
committed by GitHub

View File

@@ -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")