hopefully fixes qvitter getting stuck loading newer on error (e.g. connection going down)

This commit is contained in:
Hannes Mannerheim 2017-04-11 10:20:54 +02:00
parent 88d7b5037d
commit 155195c529

View File

@ -2156,10 +2156,9 @@ function checkForNewQueets() {
if(window.loggedIn && (window.currentStreamObject.type == 'notices' || window.currentStreamObject.type == 'notifications')) {
var lastId = $('#feed-body').children('.stream-item').not('.temp-post').not('.posted-from-form').attr('data-quitter-id-in-stream');
var addThisStream = window.currentStreamObject.stream;
var timeNow = new Date().getTime();
getFromAPI(addThisStream + qOrAmp(window.currentStreamObject.stream) + 'since_id=' + lastId,function(data){
$('body').removeClass('loading-newer');
if(data) {
$('body').removeClass('loading-newer');
if(addThisStream == window.currentStreamObject.stream) {
addToFeed(data, false, 'hidden');
@ -2179,7 +2178,6 @@ function checkForNewQueets() {
}
}
/* ·
·
· Show hidden queets when user clicks on new-queets-bar