mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-06-07 07:26:50 +00:00
fix: handle images in Feishu streaming replies
This commit is contained in:
@@ -191,6 +191,7 @@ class FeishuModule(_ModuleBase, _MessageBase[Feishu]):
|
||||
text=text,
|
||||
buttons=buttons,
|
||||
metadata=metadata,
|
||||
chat_id=str(chat_id) if chat_id else None,
|
||||
):
|
||||
return True
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user