diff --git a/twister_timeline.js b/twister_timeline.js index cf78957..5a7bd30 100644 --- a/twister_timeline.js +++ b/twister_timeline.js @@ -103,8 +103,7 @@ function requestObj(users, mode, count, getspam) this.reportProcessedPost = function(user, id, shown) { if( this.getspam ) { _idTrackerSpam.receivedId(this.mode, id, shown); - } - if( this.users.indexOf(user) >= 0 ) { + } else if( this.users.indexOf(user) >= 0 ) { _idTrackerMap[user].receivedId(this.mode, id, shown); } }