mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +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("_-")))),
|
||||
),
|
||||
),
|
||||
"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