mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Showing feed/social counts on load.
This commit is contained in:
parent
a12139adb7
commit
60d84fa4ac
1 changed files with 4 additions and 1 deletions
|
@ -248,7 +248,10 @@ def load_feeds(request):
|
|||
categories = None
|
||||
if not user_subs:
|
||||
categories = MCategory.serialize()
|
||||
|
||||
|
||||
logging.user(request, "~FBLoading ~SB%s~SN/~SB%s~SN feeds/socials. %s" % (
|
||||
len(feeds.keys()), len(social_feeds), '~SBUpdating counts.' if update_counts else ''))
|
||||
|
||||
data = {
|
||||
'feeds': feeds.values() if version == 2 else feeds,
|
||||
'social_feeds': social_feeds,
|
||||
|
|
Loading…
Add table
Reference in a new issue