fixes after revert

This commit is contained in:
Jeena 2014-02-21 11:48:49 +01:00
parent 01cb207b65
commit 2d5e1f00e7
4 changed files with 24 additions and 9 deletions

View file

@ -76,7 +76,7 @@ Pond.prototype.reload = function(callback) {
Pond.prototype.getUnreadFeeds = function(callback, skip) {
var options = {
status: "all",
status: "unread",
limit: 100
};
@ -134,8 +134,6 @@ Pond.prototype.normalizeArticle = function(article) {
var timestamp = new Date(article.published_at).getTime() / 1000;
console.log(article.read)
return {
id: article.id,
guid_hash: article.url + article.id,