logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: a49f6dbf65bb9b7d8450853cb5c868fac2e37fe0
parent: 22a0858ef4500fd12f2958dbee6a76a971876f1a
Author: Shpuld Shpludson <shp@cock.li>
Date:   Wed, 20 Feb 2019 14:32:45 +0000

Merge branch 'fix/follow-list' into 'develop'

Watch user change in follow-list

Closes #360

See merge request pleroma/pleroma-fe!584

Diffstat:

Msrc/components/follow_list/follow_list.js3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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 }