APP-2829 Update video lexicon and beta features for 10-minute uploads (#11445)

This commit is contained in:
Michael Black
2026-08-12 14:48:23 -05:00
committed by DS Boyce
parent 306bb3328a
commit 68dd6f8cb0
3 changed files with 1599 additions and 1273 deletions
+1 -1
View File
@@ -96,7 +96,7 @@
"prettier": "prettier --check ."
},
"dependencies": {
"@atproto/api": "0.20.37",
"@atproto/api": "0.20.39",
"@atproto/common-web": "0.5.7",
"@atproto/syntax": "0.7.2",
"@bitdrift/react-native": "^0.6.8",
+1582 -1272
View File
File diff suppressed because it is too large Load Diff
+16
View File
@@ -77,6 +77,22 @@ export function getFeatures() {
export function getFeatureDescription(feature: Features, i18n: I18n) {
switch (feature) {
case Features.VideoAllow10MinuteEnable:
return {
key: feature,
name: i18n._(
msg({
message: 'Longer videos',
comment: 'Name for a feature flag (longer videos)',
}),
),
description: i18n._(
msg({
message: 'Enable 10-minute video uploads.',
comment: 'Description of a feature flag (10-minute video uploads)',
}),
),
}
case Features.CanonicalPostNumberingEnable:
return {
key: feature,