Add PAGE_IGTV feature

This commit is contained in:
Cadence Ember 2020-06-26 03:37:16 +12:00
parent a941267953
commit 7941ea9667
No known key found for this signature in database
GPG Key ID: 128B99B1B74A6412
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ const features = [
"PAGE_HOME",
"API_INSTANCES",
"BLOCK_DETECT_USER_HTML",
"API_UNBLOCK"
"API_UNBLOCK",
"PAGE_IGTV"
]
if (constants.has_privacy_policy) features.push("PRIVACY_POLICY")
if (constants.as_assistant.enabled) {