Update channels.js

This commit is contained in:
Aleksandr Statciuk 2022-03-26 22:14:26 +03:00
parent c14f376fa3
commit 0a2a211c84

View file

@ -5,7 +5,7 @@ module.exports = {
.regex(/^[A-Za-z0-9]+\.[a-z]{2}$/)
.required(),
name: Joi.string()
.regex(/^[\sa-zA-Z\u00C0-\u00FF0-9-!:&.+'/»#%°$@?()]+$/)
.regex(/^[\sa-zA-Z\u00C0-\u00FF0-9-!:&.+'/»#%°$@?()¡]+$/)
.required(),
native_name: Joi.string()
.regex(/^[^",]+$/)