Skip to content

Commit 340049a

Browse files
committed
commit follow.limit to storage
1 parent 117f082 commit 340049a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/js/storage.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,8 @@ module.exports = {
653653
}
654654
this.follows[follow.id] = {url: follow.originalUrl || follow.feed,
655655
importance: follow.importance, title: follow.title, tags: follow.tags,
656-
fetchesContent: follow.fetchesContent, editedAt: follow.editedAt}
656+
fetchesContent: follow.fetchesContent, editedAt: follow.editedAt,
657+
limit: follow.limit}
657658
},
658659

659660
//

0 commit comments

Comments
 (0)