feat: remove body truncation for all AI requests, increase API timeout to 120s
This commit is contained in:
@@ -50,5 +50,6 @@ def tg_send_and_mark(cfg: Config, info: dict):
|
||||
original_recipient=info.get("original_recipient", ""),
|
||||
original_reply_to=info.get("original_reply_to", ""),
|
||||
account_email=info.get("account_email", ""))
|
||||
# 只有 send_summary 成功返回(未抛异常)才标记已读
|
||||
mark_as_seen(acct, [info["uid"]])
|
||||
logger.info(f" 已发送并标记已读")
|
||||
logger.info(f" TG 发送成功,已标记已读")
|
||||
|
||||
Reference in New Issue
Block a user