From e8ab396d48a712e7b680f7125e8078cf2d26a8e4 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 27 Feb 2021 21:57:38 +0000 Subject: [PATCH] Perfgorm a reload after following a thread --- view/js/main.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/view/js/main.js b/view/js/main.js index 4db78f6652..d029ec13bc 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -680,6 +680,8 @@ function doFollowThread(ident) { $('#like-rotator-' + ident.toString()).show(); $.post('item/' + ident.toString() + '/follow', NavUpdate); liking = 1; + force_update = true; + update_item = ident.toString(); } function doStar(ident) {