The value we are looking for is federationPolicy.enabled, not federationPolicy.federating
Also the || true fallback does not work and always becomes true
This commit is contained in:
parent
2514dc183f
commit
0743fbb28b
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ const SideDrawer = {
|
|||
return this.$store.state.instance.private
|
||||
},
|
||||
federating () {
|
||||
return this.$store.state.instance.federationPolicy.federating || true
|
||||
return this.$store.state.instance.federationPolicy.enabled
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue