From 3627a249ffb32e4c0f84597f8f9adf228ee90a8f Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 12 Jul 2024 14:55:34 -0500 Subject: 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 --- src/lib/constants.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/constants.ts') 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 -- cgit 1.4.1