Skip to content

Commit

Permalink
deprecated CAFE_INVITE
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmusen214 committed Jan 10, 2025
1 parent 915e161 commit f9959dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/configs/defaultSettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,10 @@
"AUTO_PUSH_EVENT_QUEST":{"d":True},
"CAFE_COLLECT":{"d":True},
"CAFE_TOUCH":{"d":True},
"CAFE_INVITE":{"d":True},
"CAFE_INVITE":{
"d":True,
"p": lambda val, parsedjson: True # 1.8.10 deprecated
},
"RAISE_ERROR_IF_CANNOT_PUSH_EVENT_QUEST":{"d":True},

# 多倍活动开启状态相关
Expand Down

0 comments on commit f9959dd

Please sign in to comment.