fix:同一动作不允许多次选择

This commit is contained in:
SengokuCola
2025-12-20 20:13:16 +08:00
parent c6726005aa
commit c30b89eab1
2 changed files with 43 additions and 1 deletions

View File

@@ -216,7 +216,7 @@ async def generate_dream_summary(
# 默认为私聊会话
stream_id = get_chat_manager().get_stream_id(
platform=platform,
id_str=str(user_id),
id=str(user_id),
is_group=False,
)
if not stream_id: