diff --git a/apprise/plugins/matrix.py b/apprise/plugins/matrix.py index 1b74cf5a..078ba780 100644 --- a/apprise/plugins/matrix.py +++ b/apprise/plugins/matrix.py @@ -616,7 +616,7 @@ class NotifyMatrix(NotifyBase): if self.access_token is None and self.password and not self.user: self.access_token = self.password - + if self.access_token is None: # We need to register if not self._login():