stable release #130

Merged
floatingghost merged 187 commits from develop into stable 2022-08-12 15:26:51 +00:00
Showing only changes of commit 15b612bad6 - Show all commits

View file

@ -79,6 +79,9 @@ const UserProfile = {
},
followersTabVisible () {
return this.isUs || !this.user.hide_followers
},
currentUser () {
return this.$store.state.users.currentUser
}
},
methods: {