fix: dingtalk adapter lifecycle mgm issues (#1844, #1853)

This commit is contained in:
Junyan Qin
2025-12-23 14:00:41 +08:00
parent 24bd90fcf6
commit 806a03cd53
2 changed files with 76 additions and 2 deletions

View File

@@ -260,7 +260,8 @@ class DingTalkAdapter(abstract_platform_adapter.AbstractMessagePlatformAdapter):
await self.bot.start()
async def kill(self) -> bool:
return False
await self.bot.stop()
return True
async def is_muted(self) -> bool:
return False