Skip to content

Commit

Permalink
Matrix: Regression test without UUID
Browse files Browse the repository at this point in the history
  • Loading branch information
voc0der committed Nov 29, 2024
1 parent 8463452 commit 963a09d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apprise/plugins/matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#
import re
import requests
import uuid
from markdown import markdown
from json import dumps
from json import loads
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 963a09d

Please sign in to comment.