From e790ddd436b81d1401d2e9a2a227e29b0c3d91ab Mon Sep 17 00:00:00 2001 From: jsalyers <jsalyers@syncad.com> Date: Fri, 12 Mar 2021 13:41:16 -0500 Subject: [PATCH] [JES] Also follow the plentyofphish account when subscribing to the initial lists --- src/app/components/pages/ListManagement.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/pages/ListManagement.jsx b/src/app/components/pages/ListManagement.jsx index c641ab986..4b538a9df 100644 --- a/src/app/components/pages/ListManagement.jsx +++ b/src/app/components/pages/ListManagement.jsx @@ -452,7 +452,7 @@ class ListManagement extends React.Component { follow_hive_blog_lists() { let follower = this.props.username; - let following = 'hive.blog'; + let following = ['hive.blog', 'plentyofphish']; let what = 'follow_muted'; this.props.updateList(follower, following, what, () => { setTimeout(() => { -- GitLab