Merge pull request #9965 from annando/reload-after-follow

Perform a reload after following a thread
This commit is contained in:
Hypolite Petovan 2021-02-27 17:52:37 -05:00 committed by GitHub
commit f7c1cdde3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View 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) {