From ebe7699d1979b9fb0f9bc705604dcad3de6bde54 Mon Sep 17 00:00:00 2001 From: voc0der Date: Thu, 21 Nov 2024 21:15:03 -0500 Subject: [PATCH] Matrix: Allow token only client API authorization with token parameter Remove Whitspace --- apprise/plugins/matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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():