Matrix: Use UUID for long lived tokens and prevent logout.

This commit is contained in:
voc0der 2024-11-29 14:14:20 -05:00
parent 2f8fa5c1ce
commit 42b8d28f72

View File

@ -670,7 +670,6 @@ class NotifyMatrix(NotifyBase):
# Build our path
if self.version == MatrixVersion.V3:
path = '/rooms/{}/send/m.room.message/{}'.format(
NotifyMatrix.quote(room_id),
self.transaction_id,