api/service-patterns: recognize older streamable links (#862)

This commit is contained in:
KwiatekMiki
2024-10-27 18:34:11 +01:00
committed by jj
parent c463e3eabb
commit b22d0efbf1

View File

@ -36,7 +36,7 @@ export const testers = {
|| pattern.shortLink?.length <= 16,
"streamable": pattern =>
pattern.id?.length === 6,
pattern.id?.length <= 6,
"tiktok": pattern =>
pattern.postId?.length <= 21 || pattern.shortLink?.length <= 13,