Add profile fields form

This commit is contained in:
kPherox 2020-06-10 03:24:55 +09:00
parent aa125072b3
commit 54fdc22001
No known key found for this signature in database
GPG key ID: C04751C2BFA2F62D
4 changed files with 86 additions and 0 deletions

View file

@ -207,6 +207,8 @@ const getNodeInfo = async ({ store }) => {
store.dispatch('setInstanceOption', { name: 'pollLimits', value: metadata.pollLimits })
store.dispatch('setInstanceOption', { name: 'mailerEnabled', value: metadata.mailerEnabled })
store.dispatch('setInstanceOption', { name: 'fieldsLimits', value: metadata.fieldsLimits })
store.dispatch('setInstanceOption', { name: 'restrictedNicknames', value: metadata.restrictedNicknames })
store.dispatch('setInstanceOption', { name: 'postFormats', value: metadata.postFormats })