logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 56a0665b2f39185e56a469c78e4183aedca0403f
parent: 991360108033229ae16272a09cc7061b579e1523
Author: Shpuld Shpludson <shp@cock.li>
Date:   Thu,  9 Nov 2017 08:23:19 +0000

Merge branch 'fix/pleromabe-is-other-user' into 'develop'

Fix isOtherUser on pleroma-be

See merge request pleroma/pleroma-fe!137

Diffstat:

Msrc/components/user_card_content/user_card_content.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/user_card_content/user_card_content.vue b/src/components/user_card_content/user_card_content.vue @@ -104,7 +104,7 @@ } }, isOtherUser () { - return this.user !== this.$store.state.users.currentUser + return this.user.id !== this.$store.state.users.currentUser.id }, loggedIn () { return this.$store.state.users.currentUser