fix(platform): align eba event declarations

This commit is contained in:
wangcham
2026-06-28 17:31:48 +08:00
committed by huanghuoguoguo
parent b29ff78d7b
commit 84b3485e7e
14 changed files with 438 additions and 25 deletions
@@ -161,7 +161,11 @@ class LarkAdapter(LarkAPIMixin, abstract_platform_adapter.AbstractPlatformAdapte
)
def get_supported_events(self) -> list[str]:
return ['message.received', 'bot.invited_to_group', 'platform.specific']
return [
'message.received',
'bot.invited_to_group',
'platform.specific',
]
def get_supported_apis(self) -> list[str]:
return [