aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2019-02-20 14:32:45 +0000
committerShpuld Shpludson <shp@cock.li>2019-02-20 14:32:45 +0000
commita49f6dbf65bb9b7d8450853cb5c868fac2e37fe0 (patch)
tree4ec83072265ea24d61cc999807ec3a67a0456db3
parent22a0858ef4500fd12f2958dbee6a76a971876f1a (diff)
parent3398817c25c0d9bea92dc1549842db434a9adbf9 (diff)
Merge branch 'fix/follow-list' into 'develop'
Watch user change in follow-list Closes #360 See merge request pleroma/pleroma-fe!584
-rw-r--r--src/components/follow_list/follow_list.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/follow_list/follow_list.js b/src/components/follow_list/follow_list.js
index 51327e2f..9777c87e 100644
--- a/src/components/follow_list/follow_list.js
+++ b/src/components/follow_list/follow_list.js
@@ -57,6 +57,9 @@ const FollowList = {
}
}
},
+ watch: {
+ 'user': 'fetchEntries'
+ },
components: {
UserCard
}