api/service-patterns: recognize older streamable links (#862)
This commit is contained in:
@@ -36,7 +36,7 @@ export const testers = {
|
|||||||
|| pattern.shortLink?.length <= 16,
|
|| pattern.shortLink?.length <= 16,
|
||||||
|
|
||||||
"streamable": pattern =>
|
"streamable": pattern =>
|
||||||
pattern.id?.length === 6,
|
pattern.id?.length <= 6,
|
||||||
|
|
||||||
"tiktok": pattern =>
|
"tiktok": pattern =>
|
||||||
pattern.postId?.length <= 21 || pattern.shortLink?.length <= 13,
|
pattern.postId?.length <= 21 || pattern.shortLink?.length <= 13,
|
||||||
|
|||||||
Reference in New Issue
Block a user