Merge branch 'moderation-menu' into 'develop'

Moderation menu #310

See merge request pleroma/pleroma-fe!595
This commit is contained in:
Shpuld Shpludson 2019-04-08 19:01:40 +00:00
commit 546ced43d9
22 changed files with 697 additions and 13 deletions

View file

@ -211,6 +211,7 @@ const getNodeInfo = async ({ store }) => {
const frontendVersion = window.___pleromafe_commit_hash
store.dispatch('setInstanceOption', { name: 'frontendVersion', value: frontendVersion })
store.dispatch('setInstanceOption', { name: 'tagPolicyAvailable', value: metadata.federation.mrf_policies.includes('TagPolicy') })
} else {
throw (res)
}