修复心流爆炸

pull/937/head
Bakadax 2025-05-10 14:39:13 +08:00
parent e815286bfe
commit ed5c651f18
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ class SubHeartflow:
elif new_state == ChatState.ABSENT:
logger.info(f"{log_prefix} 进入 ABSENT 状态,停止所有聊天活动...")
await self.clear_interest_dict()
self.clear_interest_dict()
await self._stop_normal_chat()
await self._stop_heart_fc_chat()