mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Another missing field.
This commit is contained in:
parent
cdb4943819
commit
2e50642b4b
1 changed files with 2 additions and 1 deletions
|
@ -396,7 +396,8 @@ def load_social_page(request, user_id, username=None, **kwargs):
|
|||
params = dict(user_id=social_user.pk)
|
||||
if feed_id:
|
||||
params['story_feed_id'] = feed_id
|
||||
|
||||
if params.has_key('story_db_id'):
|
||||
params.pop('story_db_id')
|
||||
mstories = MSharedStory.objects(**params).order_by('-shared_date')[offset:offset+limit+1]
|
||||
stories = Feed.format_stories(mstories, include_permalinks=True)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue