update: 关闭typing

This commit is contained in:
taylor
2024-10-12 18:10:11 +08:00
parent eeb641eb4b
commit 78acb679ee
4 changed files with 4 additions and 3 deletions

View File

@@ -131,7 +131,7 @@ class AiBotPlugin(Plugin):
# 打开typing提示
response = TextMessageEventContent(msgtype=MessageType.NOTICE, body=resp_content, format=Format.HTML,
formatted_body=markdown.render(resp_content))
await event.respond(response)
await event.respond(response, in_thread=self.config['reply_in_thread'])
except Exception as e:
pass