Fix Linktree F+

Linktree only permits usernames with the given regex and 404s otherwise
pull/2107/head
Paul Pfeister 9 months ago
parent 82d7e9ce43
commit de21308219

@ -1297,6 +1297,7 @@
"username_claimed": "paulpfeister" "username_claimed": "paulpfeister"
}, },
"Linktree": { "Linktree": {
"regexCheck": "^[\\w\\.]{2,30}$",
"errorMsg": "\"statusCode\":404", "errorMsg": "\"statusCode\":404",
"errorType": "message", "errorType": "message",
"url": "https://linktr.ee/{}", "url": "https://linktr.ee/{}",

Loading…
Cancel
Save