mirror of
https://github.com/friendica/friendica
synced 2024-11-10 04:22:54 +00:00
Merge pull request #9965 from annando/reload-after-follow
Perform a reload after following a thread
This commit is contained in:
commit
f7c1cdde3b
1 changed files with 2 additions and 0 deletions
|
@ -680,6 +680,8 @@ function doFollowThread(ident) {
|
||||||
$('#like-rotator-' + ident.toString()).show();
|
$('#like-rotator-' + ident.toString()).show();
|
||||||
$.post('item/' + ident.toString() + '/follow', NavUpdate);
|
$.post('item/' + ident.toString() + '/follow', NavUpdate);
|
||||||
liking = 1;
|
liking = 1;
|
||||||
|
force_update = true;
|
||||||
|
update_item = ident.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
function doStar(ident) {
|
function doStar(ident) {
|
||||||
|
|
Loading…
Reference in a new issue