mirror of
https://github.com/versia-pub/server.git
synced 2025-12-07 00:48:18 +01:00
fix(federation): 🐛 Fix missing regex error message
This commit is contained in:
parent
5e87f85851
commit
e502a2d8c8
|
|
@ -206,6 +206,7 @@ const Extension = Entity.extend({
|
||||||
oneOrMore(exactly(letter.or(digit).or(charIn("_-")))),
|
oneOrMore(exactly(letter.or(digit).or(charIn("_-")))),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
"extension_type must be in the format '<namespaced_url>:extension_name/Extension_type', e.g. 'org.lysand:reactions/Reaction'. Notably, only the type can have uppercase letters.",
|
||||||
),
|
),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue