mirror of
https://github.com/caronc/apprise.git
synced 2025-03-13 14:28:23 +01:00
Matrix: Allow token only client API authorization with token parameter Remove Whitspace
This commit is contained in:
parent
1cd6f6a9f2
commit
ebe7699d19
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user