From 963a09da1b176110727b6ad3a2961ad9551ca4a1 Mon Sep 17 00:00:00 2001 From: voc0der Date: Fri, 29 Nov 2024 14:55:33 -0500 Subject: [PATCH] Matrix: Regression test without UUID --- apprise/plugins/matrix.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/apprise/plugins/matrix.py b/apprise/plugins/matrix.py index bf2e2dd94..0ad774fdb 100644 --- a/apprise/plugins/matrix.py +++ b/apprise/plugins/matrix.py @@ -32,7 +32,6 @@ # import re import requests -import uuid from markdown import markdown from json import dumps from json import loads @@ -617,7 +616,6 @@ def _send_server_notification(self, body, title='', if self.access_token is None and self.password and not self.user: self.access_token = self.password - self.transaction_id = uuid.uuid4() if self.access_token is None: # We need to register