mirror of https://github.com/caronc/apprise
Matrix: client API Token use template variable fix.
parent
46351d0d47
commit
2b9d94e0f0
|
@ -1478,7 +1478,7 @@ class NotifyMatrix(NotifyBase):
|
|||
|
||||
auth = ''
|
||||
if self.mode != MatrixWebhookMode.T2BOT:
|
||||
if self.version == "token":
|
||||
if self.version == MatrixVersion.TOKEN:
|
||||
self.access_token = self.user
|
||||
|
||||
# Determine Authentication
|
||||
|
|
Loading…
Reference in New Issue