mirror of
https://github.com/caronc/apprise.git
synced 2024-11-22 08:04:02 +01:00
Matrix: client API Token use template variable fix.
This commit is contained in:
parent
2b9d94e0f0
commit
cb074cad95
@ -1581,7 +1581,7 @@ class NotifyMatrix(NotifyBase):
|
||||
|
||||
elif 'v' in results['qsd'] and len(results['qsd']['v']):
|
||||
results['version'] = NotifyMatrix.unquote(results['qsd']['v'])
|
||||
if results['version'] == "token":
|
||||
if results['version'] == MatrixVersion.TOKEN:
|
||||
results['mode'] = MatrixWebhookMode.DISABLED
|
||||
|
||||
return results
|
||||
|
Loading…
Reference in New Issue
Block a user