mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-22 16:17:29 +00:00
Add API_UNBLOCK feature flag
This commit is contained in:
parent
a8ca233027
commit
e1d0d08bec
@ -37,7 +37,8 @@ const features = [
|
|||||||
"API_STATS_SEMVER",
|
"API_STATS_SEMVER",
|
||||||
"PAGE_HOME",
|
"PAGE_HOME",
|
||||||
"API_INSTANCES",
|
"API_INSTANCES",
|
||||||
"BLOCK_DETECT_USER_HTML"
|
"BLOCK_DETECT_USER_HTML",
|
||||||
|
"API_UNBLOCK"
|
||||||
]
|
]
|
||||||
if (constants.has_privacy_policy) features.push("PRIVACY_POLICY")
|
if (constants.has_privacy_policy) features.push("PRIVACY_POLICY")
|
||||||
if (constants.as_assistant.enabled) {
|
if (constants.as_assistant.enabled) {
|
||||||
|
Loading…
Reference in New Issue
Block a user