mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-31 22:20:12 +00:00
Adding dashboard_rivers to /reader/feeds?flat=true for #1899
This commit is contained in:
parent
64da7a4047
commit
e5b06d5620
1 changed files with 2 additions and 0 deletions
|
@ -523,6 +523,7 @@ def load_feeds_flat(request):
|
||||||
categories = MCategory.serialize()
|
categories = MCategory.serialize()
|
||||||
|
|
||||||
saved_searches = MSavedSearch.user_searches(user.pk)
|
saved_searches = MSavedSearch.user_searches(user.pk)
|
||||||
|
dashboard_rivers = MDashboardRiver.get_user_rivers(user.pk)
|
||||||
|
|
||||||
logging.user(
|
logging.user(
|
||||||
request,
|
request,
|
||||||
|
@ -555,6 +556,7 @@ def load_feeds_flat(request):
|
||||||
"starred_count": starred_count,
|
"starred_count": starred_count,
|
||||||
"starred_counts": starred_counts,
|
"starred_counts": starred_counts,
|
||||||
"saved_searches": saved_searches,
|
"saved_searches": saved_searches,
|
||||||
|
"dashboard_rivers": dashboard_rivers,
|
||||||
"share_ext_token": user.profile.secret_token,
|
"share_ext_token": user.profile.secret_token,
|
||||||
}
|
}
|
||||||
return data
|
return data
|
||||||
|
|
Loading…
Add table
Reference in a new issue