save boss active status in db

This commit is contained in:
geekgeekrun
2024-11-23 13:28:26 +08:00
parent c018fb03ea
commit 57d85d8f51
3 changed files with 30 additions and 2 deletions
@@ -83,6 +83,7 @@ const runAutoChat = async () => {
pageLoaded: new SyncHook(),
cookieWillSet: new SyncHook(['cookies']),
userInfoResponse: new AsyncSeriesHook(['userInfo']),
jobDetailIsGetFromRecommendList: new AsyncSeriesHook(['userInfo']),
newChatWillStartup: new AsyncSeriesHook(['positionInfoDetail']),
newChatStartup: new AsyncSeriesHook(['positionInfoDetail']),
noPositionFoundForCurrentJob: new SyncHook(),