From c6f15ea06c6c21c6ce2e19c04fdfc7fe815a6bc4 Mon Sep 17 00:00:00 2001 From: cel Date: Tue, 4 Sep 2018 13:16:29 -0700 Subject: Disable listing "followed by your friends" Improve profile page loading speed --- lib/serve.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/serve.js b/lib/serve.js index e9c719a..259a697 100644 --- a/lib/serve.js +++ b/lib/serve.js @@ -1827,10 +1827,12 @@ Serve.prototype.wrapUserFeed = function (isScrolled, id) { ph('tr', [ ph('td'), ph('td', {class: 'follow-info'}, self.followInfo(id, myId)) + /* ]), ph('tr', [ ph('td'), ph('td', self.friendInfo(id, myId)) + */ ]) ] ])), -- cgit v1.2.3