kopia lustrzana https://github.com/nextcloud/social
Only show following nextcloud if account is already loaded
Signed-off-by: Julius Härtl <jus@bitgrid.net>pull/264/head
rodzic
6afde12932
commit
fc8d0f7ab7
|
@ -129,6 +129,9 @@ export default {
|
|||
return this.$store.getters.getServerData.firstrun && !this.infoHidden
|
||||
},
|
||||
isFollowingNextcloudAccount() {
|
||||
if (!this.$store.getters.accountLoaded(this.nextcloudAccount)) {
|
||||
return true
|
||||
}
|
||||
return this.$store.getters.isFollowingUser(this.nextcloudAccount)
|
||||
}
|
||||
},
|
||||
|
|
Ładowanie…
Reference in New Issue