mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Adding user_profile to /reader/feeds. Has is_premium field, as well as web preferences.
This commit is contained in:
parent
de6021dac4
commit
5bea347f55
1 changed files with 1 additions and 0 deletions
|
@ -280,6 +280,7 @@ def load_feeds(request):
|
|||
'social_feeds': social_feeds,
|
||||
'social_profile': social_profile,
|
||||
'social_services': social_services,
|
||||
'user_profile': user.profile,
|
||||
'folders': json.decode(folders.folders),
|
||||
'starred_count': starred_count,
|
||||
'categories': categories
|
||||
|
|
Loading…
Add table
Reference in a new issue