mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing bug around truncating river.
This commit is contained in:
parent
1c6d6e78d8
commit
af1e344da5
1 changed files with 1 additions and 0 deletions
|
@ -1421,6 +1421,7 @@ def complete_river(request):
|
|||
feed_ids = [int(feed_id) for feed_id in request.POST.getlist('feeds') if feed_id]
|
||||
page = int(request.POST.get('page', 1))
|
||||
read_filter = request.POST.get('read_filter', 'unread')
|
||||
stories_truncated = 0
|
||||
|
||||
usersubs = UserSubscription.subs_for_feeds(user.pk, feed_ids=feed_ids,
|
||||
read_filter=read_filter)
|
||||
|
|
Loading…
Add table
Reference in a new issue