Skip to content
Snippets Groups Projects
Commit e790ddd4 authored by Jason Salyers's avatar Jason Salyers
Browse files

[JES] Also follow the plentyofphish account when subscribing to the initial lists

parent 572fa075
No related branches found
No related tags found
2 merge requests!224Develop,!223[JES] Also follow the plentyofphish account when subscribing to the initial lists
......@@ -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(() => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment