diff --git a/internal/notif/matrix/client.go b/internal/notif/matrix/client.go index cb89b28c..5f973363 100644 --- a/internal/notif/matrix/client.go +++ b/internal/notif/matrix/client.go @@ -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")