mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Adding user_id to /reader/feeds.
This commit is contained in:
parent
eb41788913
commit
b064576101
1 changed files with 1 additions and 0 deletions
|
@ -297,6 +297,7 @@ def load_feeds(request):
|
|||
'social_services': social_services,
|
||||
'user_profile': user.profile,
|
||||
"is_staff": user.is_staff,
|
||||
'user_id': user.pk,
|
||||
'folders': json.decode(folders.folders),
|
||||
'starred_count': starred_count,
|
||||
'starred_counts': starred_counts,
|
||||
|
|
Loading…
Add table
Reference in a new issue