mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-08 06:12:39 +01:00
after store: fix setting postFormats field
This commit is contained in:
parent
9fd44e4a52
commit
f93d4a3754
1 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@ const getNodeInfo = async ({ store }) => {
|
|||
store.dispatch('setInstanceOption', { name: 'gopherAvailable', value: features.includes('gopher') })
|
||||
|
||||
store.dispatch('setInstanceOption', { name: 'restrictedNicknames', value: metadata.restrictedNicknames })
|
||||
store.dispatch('setInstanceOption', { name: 'postFormats', value: metadata.postFormats })
|
||||
|
||||
const suggestions = metadata.suggestions
|
||||
store.dispatch('setInstanceOption', { name: 'suggestionsEnabled', value: suggestions.enabled })
|
||||
|
|
Loading…
Add table
Reference in a new issue