mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 05:54:51 +00:00
Fix asyncio dispatcher
This commit is contained in:
parent
f45e3377a9
commit
418eb0b01a
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ class Dispatcher:
|
|||
)
|
||||
)
|
||||
elif isinstance(update, types.UpdateUserStatus):
|
||||
self.dispatch(
|
||||
await self.dispatch(
|
||||
pyrogram.Update(
|
||||
user_status=utils.parse_user_status(
|
||||
update.status, update.user_id
|
||||
|
|
|
|||
Loading…
Reference in a new issue