mirror of
https://github.com/imputnet/cobalt.git
synced 2026-01-01 12:31:15 +00:00
feat: streamable support
This commit is contained in:
@@ -30,5 +30,7 @@ export const testers = {
|
||||
|
||||
"vine": (patternMatch) => (patternMatch["id"] && patternMatch["id"].length <= 12),
|
||||
|
||||
"pinterest": (patternMatch) => (patternMatch["id"] && patternMatch["id"].length <= 128)
|
||||
"pinterest": (patternMatch) => (patternMatch["id"] && patternMatch["id"].length <= 128),
|
||||
|
||||
"streamable": (patternMatch) => (patternMatch["id"] && patternMatch["id"].length == 6)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user