mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-02 13:34:51 +00:00
Don't fetch reply-to messages in search_messages
This commit is contained in:
parent
d1bdaae81d
commit
04eef09097
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ async def get_chunk(
|
|||
sleep_threshold=60
|
||||
)
|
||||
|
||||
return await utils.parse_messages(client, r)
|
||||
return await utils.parse_messages(client, r, replies=0)
|
||||
|
||||
|
||||
class SearchMessages:
|
||||
|
|
|
|||
Loading…
Reference in a new issue