diff options
Diffstat (limited to 'src/lib/constants.ts')
-rw-r--r-- | src/lib/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/constants.ts b/src/lib/constants.ts index 0ce6f88b8..06c9d71ce 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -175,7 +175,7 @@ export const GIF_SEARCH = (params: string) => export const GIF_FEATURED = (params: string) => `${GIF_SERVICE}/tenor/v2/featured?${params}` -export const MAX_LABELERS = 20 +export const MAX_LABELERS = 25 export const VIDEO_SERVICE = 'https://video.bsky.app' export const VIDEO_SERVICE_DID = 'did:web:video.bsky.app' |