mirror of
https://github.com/caronc/apprise.git
synced 2025-03-13 06:18:14 +01:00
Matrix: Use UUID for long lived tokens and prevent logout.
This commit is contained in:
parent
2f8fa5c1ce
commit
42b8d28f72
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user