auto-sync: 2026-05-29 08:31:57
This commit is contained in:
@@ -275,7 +275,11 @@ class Ticker:
|
||||
round_reviewed = await self._check_round_complete(db_path, project_id)
|
||||
result["round_reviewed"] = round_reviewed
|
||||
|
||||
# 7. 写 daemon_tick 事件
|
||||
# 8. @mention 通知(v2.9 #01)
|
||||
mentions_processed = await self._process_mentions(db_path, project_id)
|
||||
result["mentions_processed"] = mentions_processed
|
||||
|
||||
# 9. 写 daemon_tick 事件
|
||||
conn = get_connection(db_path)
|
||||
try:
|
||||
conn.execute("BEGIN IMMEDIATE")
|
||||
|
||||
Reference in New Issue
Block a user