Matrix: client API Token use template variable fix.

pull/1236/head
vocoder 1 week ago
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…
Cancel
Save