Skip to content

Commit 36f2f6c

Browse files
committed
bugfix: 修复主动发送消息时,调用了父方法send_by_session可能导致指标被重复上传的bug
1 parent 55ce048 commit 36f2f6c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

astrbot/core/platform/sources/kook/kook_adapter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ async def send_by_session(
5252
client=self.client,
5353
)
5454
await message_event.send(message_chain)
55-
await super().send_by_session(session, message_chain)
5655

5756
def meta(self) -> PlatformMetadata:
5857
return PlatformMetadata(

0 commit comments

Comments
 (0)