Matrix: Allow token only client API authorization with token parameter Remove Whitspace

This commit is contained in:
voc0der 2024-11-21 21:15:03 -05:00
parent 1cd6f6a9f2
commit ebe7699d19

View File

@ -616,7 +616,7 @@ class NotifyMatrix(NotifyBase):
if self.access_token is None and self.password and not self.user: if self.access_token is None and self.password and not self.user:
self.access_token = self.password self.access_token = self.password
if self.access_token is None: if self.access_token is None:
# We need to register # We need to register
if not self._login(): if not self._login():