remove commented line
This commit is contained in:
parent
4739efb840
commit
89812f4890
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user