mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Adding new feeds should instantly count their subscribers and set the next fetch date. Bizarre that this hasn't been happening.
This commit is contained in:
parent
93ee9b054e
commit
846c06161a
1 changed files with 2 additions and 0 deletions
|
@ -629,6 +629,8 @@ def add_url(request):
|
|||
user_sub_folders_object.folders = json.encode(user_sub_folders)
|
||||
user_sub_folders_object.save()
|
||||
|
||||
feed.setup_feed_for_premium_subscribers()
|
||||
|
||||
if feed.last_update < datetime.datetime.utcnow() - datetime.timedelta(days=1):
|
||||
feed.update()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue