mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
fix: skip history for interaction exit notices
This commit is contained in:
@@ -789,6 +789,7 @@ class SiteChain(ChainBase):
|
||||
userid=userid,
|
||||
username=username,
|
||||
title="站点交互已结束",
|
||||
save_history=False,
|
||||
)
|
||||
)
|
||||
return True
|
||||
|
||||
@@ -266,6 +266,7 @@ class SkillsChain(ChainBase):
|
||||
userid=userid,
|
||||
username=username,
|
||||
title="技能交互已结束",
|
||||
save_history=False,
|
||||
)
|
||||
)
|
||||
return True
|
||||
|
||||
@@ -2240,6 +2240,7 @@ class SubscribeChain(ChainBase):
|
||||
userid=userid,
|
||||
username=username,
|
||||
title="订阅交互已结束",
|
||||
save_history=False,
|
||||
)
|
||||
)
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user