Matrix: Regression test without UUID

This commit is contained in:
voc0der 2024-11-29 14:55:33 -05:00
parent 8463452dfd
commit 963a09da1b

View File

@ -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 @@ class NotifyMatrix(NotifyBase):
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