Matrix: client API Token use template variable fix.

pull/1236/head
vocoder 2024-11-15 06:01:15 -05:00
parent 46351d0d47
commit 2b9d94e0f0
1 changed files with 1 additions and 1 deletions

View File

@ -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