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
This commit is contained in:
parent
7c1c24ef1b
commit
3627a249ff
3 changed files with 74 additions and 27 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue