From 2b9d94e0f023a906f130b4400d1ba96a9c77af77 Mon Sep 17 00:00:00 2001 From: vocoder Date: Fri, 15 Nov 2024 06:01:15 -0500 Subject: [PATCH] Matrix: client API Token use template variable fix. --- apprise/plugins/matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apprise/plugins/matrix.py b/apprise/plugins/matrix.py index cd8c14e9..4be235d1 100644 --- a/apprise/plugins/matrix.py +++ b/apprise/plugins/matrix.py @@ -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