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
@@ -789,6 +789,7 @@ class SiteChain(ChainBase):
userid=userid,
username=username,
title="站点交互已结束",
save_history=False,
)
)
return True