remove commented line

This commit is contained in:
cynic 2024-07-11 03:29:40 -05:00
parent 4739efb840
commit 89812f4890

View File

@ -33,7 +33,6 @@ def get_all_encrypted_messages(homeserver, room_id, access_token):
"dir": "b", "dir": "b",
"limit": 50, "limit": 50,
"filter": '{"senders":["' + my_username + '"]}' "filter": '{"senders":["' + my_username + '"]}'
# "filter": '{"types":["m.room.encrypted"]}'
} }
if next_batch: if next_batch:
params["from"] = next_batch params["from"] = next_batch