mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-21 22:27:13 +08:00
docs(feishu): document message recall event and log recall on websocket
This commit is contained in:
@@ -394,6 +394,7 @@ class FeiShuChanel(ChatChannel):
|
||||
) -> None:
|
||||
"""Cancel only the task created by the recalled Feishu message."""
|
||||
try:
|
||||
logger.info("[FeiShu] websocket received message recall event")
|
||||
event_dict = json.loads(lark.JSON.marshal(data))
|
||||
self._handle_message_recalled_event(event_dict.get("event", {}))
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user