add "about" to response of admin/meta endpoint

This commit is contained in:
Hazelnoot 2025-08-09 21:21:21 -04:00
parent eae8bd5970
commit d25a407c09

View file

@ -489,6 +489,10 @@ export const meta = {
type: 'string', type: 'string',
optional: false, nullable: true, optional: false, nullable: true,
}, },
about: {
type: 'string',
optional: false, nullable: true,
},
disableRegistration: { disableRegistration: {
type: 'boolean', type: 'boolean',
optional: false, nullable: false, optional: false, nullable: false,