diff options
author | Vika <vika@fireburn.ru> | 2025-10-03 08:13:07 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2025-10-03 08:13:07 +0300 |
commit | 99c4b473958871be4d327378e240d023194c3729 (patch) | |
tree | 02743b43cb684c21ee83aab5f829f2c8e89e9981 | |
parent | d3e62de4ba201d9830e8e3659776b25c8c96fe7c (diff) | |
download | voidsky-99c4b473958871be4d327378e240d023194c3729.tar.zst |
Bump labeler limit to 25
-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' |