mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 23:05:10 +01:00
Removed limit for feeds
This commit is contained in:
@@ -913,7 +913,7 @@ def publictag_feed(tagkey):
|
|||||||
Bookmark.userkey == this_tag.userkey,
|
Bookmark.userkey == this_tag.userkey,
|
||||||
Bookmark.tags.contains(this_tag.tag),
|
Bookmark.tags.contains(this_tag.tag),
|
||||||
Bookmark.status == Bookmark.VISIBLE
|
Bookmark.status == Bookmark.VISIBLE
|
||||||
).limit(15)
|
)
|
||||||
feed = AtomFeed(this_tag.tag, feed_url=request.url, url=make_external(url_for('publictag_page', tagkey=tagkey)))
|
feed = AtomFeed(this_tag.tag, feed_url=request.url, url=make_external(url_for('publictag_page', tagkey=tagkey)))
|
||||||
for bookmark in bookmarks:
|
for bookmark in bookmarks:
|
||||||
updated_date = bookmark.modified_date
|
updated_date = bookmark.modified_date
|
||||||
|
|||||||
Reference in New Issue
Block a user