diff --git a/js/twister_following.js b/js/twister_following.js index 8ed6272..95d33cd 100644 --- a/js/twister_following.js +++ b/js/twister_following.js @@ -725,6 +725,8 @@ function initInterfaceFollowing() { loadFollowing( function(args) { showFollowingUsers(); requestSwarmProgress(); + + twisterFollowingO = TwisterFollowing(defaultScreenName); }); initMentionsCount(); initDMsCount();