mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Removing unused parameter from global feed.
This commit is contained in:
parent
3df5918f6e
commit
8d09a48094
1 changed files with 0 additions and 1 deletions
|
@ -351,7 +351,6 @@ def load_social_page(request, user_id, username=None, **kwargs):
|
|||
offset=offset, limit=limit+1,
|
||||
# order=order, read_filter=read_filter,
|
||||
relative_user_id=relative_user_id,
|
||||
everything_unread=True,
|
||||
cache=request.user.is_authenticated())
|
||||
if len(story_ids) > limit:
|
||||
has_next_page = True
|
||||
|
|
Loading…
Add table
Reference in a new issue