Skip to content
Snippets Groups Projects

Moderation menu #310

Merged Eugenij requested to merge eugenijm/pleroma-fe:moderation-menu into develop
Compare and
22 files
+ 697
13
Compare changes
  • Side-by-side
  • Inline
Files
22
+ 1
0
@@ -210,6 +210,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)
}
Loading