side drawer: same treatment
This commit is contained in:
parent
cb5f73148a
commit
43d4d17b41
2 changed files with 9 additions and 3 deletions
|
@ -34,6 +34,12 @@ const SideDrawer = {
|
|||
},
|
||||
followRequestCount () {
|
||||
return this.$store.state.api.followRequests.length
|
||||
},
|
||||
privateMode () {
|
||||
return this.$store.state.instance.private
|
||||
},
|
||||
federating () {
|
||||
return this.$store.state.instance.federationPolicy.federating || true
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue