pmcaptcha 修复转发消息被自动忽略
All checks were successful
Github commit to telegram / build (push) Successful in 54s

fix #179
This commit is contained in:
omg-xtao 2024-03-24 21:10:42 +08:00 committed by GitHub
parent 19f2e01bc4
commit 7a2a8740ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2612,6 +2612,7 @@ async def initiative_listener(_, msg: Message):
outgoing=False,
ignore_edited=True,
privates_only=True,
ignore_forwarded=False,
)
async def chat_listener(_, msg: Message):
await Rule(msg.from_user, msg)._run_rules()