Skip to content

Commit

Permalink
Merge branch 'master' into discover
Browse files Browse the repository at this point in the history
* master:
  Adding dashboard_rivers to /reader/feeds?flat=true for #1899
  • Loading branch information
samuelclay committed Oct 26, 2024
2 parents 6d58c79 + e5b06d5 commit 933abba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/reader/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ def load_feeds_flat(request):
categories = MCategory.serialize()

saved_searches = MSavedSearch.user_searches(user.pk)
dashboard_rivers = MDashboardRiver.get_user_rivers(user.pk)

logging.user(
request,
Expand Down Expand Up @@ -555,6 +556,7 @@ def load_feeds_flat(request):
"starred_count": starred_count,
"starred_counts": starred_counts,
"saved_searches": saved_searches,
"dashboard_rivers": dashboard_rivers,
"share_ext_token": user.profile.secret_token,
}
return data
Expand Down

0 comments on commit 933abba

Please sign in to comment.