mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Refreshing stale feeds on chooser.
This commit is contained in:
parent
88647ca95c
commit
196adf4d6a
1 changed files with 3 additions and 0 deletions
|
@ -840,6 +840,9 @@ def save_feed_chooser(request):
|
|||
logging.info(' ---> [%s] ~BB~FW~SBActivated standard account: ~FC%s~SN/~SB%s' % (request.user,
|
||||
activated,
|
||||
usersubs.count()))
|
||||
|
||||
request.user.profile.refresh_stale_feeds()
|
||||
|
||||
return {'activated': activated}
|
||||
|
||||
@ajax_login_required
|
||||
|
|
Loading…
Add table
Reference in a new issue