pyrofork: fix search_message

* TypeError: Search.__init__() got an unexpected keyword argument 'thread_id'

Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
wulan17 2024-11-22 21:51:18 +07:00
parent efce392266
commit 1bcf2f7be6
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5

View file

@ -52,7 +52,7 @@ async def get_chunk(
else None
),
hash=0,
thread_id=thread_id
top_msg_id=thread_id
),
sleep_threshold=60
)