diff options
author | Eric Bailey <git@esb.lol> | 2024-07-12 14:55:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-12 14:55:34 -0500 |
commit | 3627a249ffb32e4c0f84597f8f9adf228ee90a8f (patch) | |
tree | 68c0d838c7d3624bafed4ea3e7593ca2dd1d8da0 /src/lib/constants.ts | |
parent | 7c1c24ef1badb746ecbe707d390bec4934940ced (diff) | |
download | voidsky-3627a249ffb32e4c0f84597f8f9adf228ee90a8f.tar.zst |
Remove invalid labelers when subscribing/unsubscribing (#4771)
* Remove invalid labelers when subscribing/unsubscribing * Let the async lock cook * Use link to associate, leave copy as is
Diffstat (limited to 'src/lib/constants.ts')
-rw-r--r-- | src/lib/constants.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/constants.ts b/src/lib/constants.ts index 7516c2c28..45b3dfd95 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -133,3 +133,5 @@ export const GIF_SEARCH = (params: string) => `${GIF_SERVICE}/tenor/v2/search?${params}` export const GIF_FEATURED = (params: string) => `${GIF_SERVICE}/tenor/v2/featured?${params}` + +export const MAX_LABELERS = 20 |