mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Don't delete user unread stories keys in prep for using them as part of the river.
This commit is contained in:
parent
e1e551a6a5
commit
501db5895b
1 changed files with 0 additions and 4 deletions
|
@ -206,10 +206,6 @@ class UserSubscription(models.Model):
|
|||
if not store_stories_key:
|
||||
byscorefunc(unread_ranked_stories_key, min_score, max_score, withscores=include_timestamps, start=offset, num=limit)
|
||||
unread_ranked_stories_keys.append(unread_ranked_stories_key)
|
||||
after_unread_pipeline.delete(unread_ranked_stories_key)
|
||||
if expire_unread_stories_key:
|
||||
after_unread_pipeline.delete(unread_stories_key)
|
||||
|
||||
|
||||
results = pipeline.execute()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue