mirror of
https://github.com/imputnet/cobalt.git
synced 2026-01-02 13:01:14 +00:00
soundcloud and tooltip and some other stuff (3.3)
This commit is contained in:
@@ -21,4 +21,7 @@ export let testers = {
|
||||
(patternMatch["id"] && patternMatch["id"].length < 21 && patternMatch["user"] && patternMatch["user"].length <= 32)),
|
||||
|
||||
"vimeo": (patternMatch) => ((patternMatch["id"] && patternMatch["id"].length <= 11)),
|
||||
|
||||
"soundcloud": (patternMatch) => ((patternMatch["author"] && patternMatch["song"] && (patternMatch["author"].length + patternMatch["song"].length) <= 96) ||
|
||||
(patternMatch["shortLink"] && patternMatch["shortLink"].length <= 32))
|
||||
};
|
||||
Reference in New Issue
Block a user