From: Michael Date: Sat, 27 Feb 2021 21:57:38 +0000 (+0000) Subject: Perfgorm a reload after following a thread X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e8ab396d48a712e7b680f7125e8078cf2d26a8e4;p=friendica.git Perfgorm a reload after following a thread --- 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) {