fix/revert privateMode to avoid conflict with keyword

This commit is contained in:
Henry Jameson 2026-01-29 21:32:37 +02:00
commit e3a441310f
5 changed files with 6 additions and 12 deletions

View file

@ -79,12 +79,6 @@ const SideDrawer = {
followRequestCount() {
return this.$store.state.api.followRequests.length
},
privateMode() {
return useInstanceStore().private
},
federating() {
return useInstanceStore().federating
},
timelinesRoute() {
let name
if (useInterfaceStore().lastTimeline) {

View file

@ -47,7 +47,7 @@
</router-link>
</li>
<li
v-if="currentUser || !privateMode"
v-if="currentUser || !private"
@click="toggleDrawer"
>
<router-link
@ -166,7 +166,7 @@
</ul>
<ul>
<li
v-if="currentUser || !privateMode"
v-if="currentUser || !private"
@click="toggleDrawer"
>
<router-link