fix(federation): 🐛 Fix missing regex error message

This commit is contained in:
Jesse Wierzbinski 2024-05-13 11:35:36 -10:00
parent 5e87f85851
commit e502a2d8c8
No known key found for this signature in database

View file

@ -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.",
),
});