|
|
@ -46532,6 +46532,10 @@ module.exports = { |
|
|
|
Echo.channel('tweet-queue').listen('NewTweetEvent', function (e) { |
|
|
|
if (_this.findTweetInQueue(e.tweet_id) === false) { |
|
|
|
_this.queue.push(e); |
|
|
|
// If the new tweet is one that timed out, dismiss it
|
|
|
|
if (_this.show && _this.tweet.tweet_id == e.tweet_id) { |
|
|
|
_this.dismissTweet(); |
|
|
|
} |
|
|
|
} |
|
|
|
}).listen('TweetClaimedEvent', function (e) { |
|
|
|
_this.removeTweetFromQueue(e.tweet_id); |
|
|
|