]> git.mxchange.org Git - friendica.git/commitdiff
Perfgorm a reload after following a thread
authorMichael <heluecht@pirati.ca>
Sat, 27 Feb 2021 21:57:38 +0000 (21:57 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 27 Feb 2021 21:57:38 +0000 (21:57 +0000)
view/js/main.js

index 4db78f6652827edb8c6675139428a30245e9f919..d029ec13bcefd9719225c4d37f8f48428ac67135 100644 (file)
@@ -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) {