fix: skip history for interaction exit notices

This commit is contained in:
jxxghp
2026-06-23 12:05:27 +08:00
parent 3e3883a57f
commit d18c2d6f72
5 changed files with 77 additions and 0 deletions
+1
View File
@@ -2240,6 +2240,7 @@ class SubscribeChain(ChainBase):
userid=userid,
username=username,
title="订阅交互已结束",
save_history=False,
)
)
return True