feat: remove custom story expiration

This commit is contained in:
rhunk
2023-10-27 01:38:45 +02:00
parent 2b0b14a60f
commit 095020d8f8
3 changed files with 0 additions and 18 deletions

View File

@ -524,10 +524,6 @@
"name": "Infinite Story Boost",
"description": "Bypass the Story Boost Limit delay"
},
"custom_story_expiration": {
"name": "Custom Story Expiration",
"description": "Set a custom story expiration time in hours (0 to disable)"
},
"meo_passcode_bypass": {
"name": "My Eyes Only Passcode Bypass",
"description": "Bypass the My Eyes Only passcode\nThis will only work if the passcode has been entered correctly before"

View File

@ -14,7 +14,6 @@ class Experimental : ConfigContainer() {
val appPasscode = string("app_passcode")
val appLockOnResume = boolean("app_lock_on_resume")
val infiniteStoryBoost = boolean("infinite_story_boost")
val customStoryExpiration = integer("custom_story_expiration") { requireRestart(); nativeHooks() }
val meoPasscodeBypass = boolean("meo_passcode_bypass")
val unlimitedMultiSnap = boolean("unlimited_multi_snap") { addNotices(FeatureNotice.BAN_RISK)}
val noFriendScoreDelay = boolean("no_friend_score_delay") { requireRestart()}