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) {