mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Coloring trim.
This commit is contained in:
parent
a09394df16
commit
32af8dc6fb
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ class UserSubscription(models.Model):
|
|||
if not stale_story_hashes:
|
||||
return
|
||||
|
||||
logging.user(self.user, "~FBTrimming ~SB%s~SN read stories (~SB%s~SN)..." % (len(stale_story_hashes), self.feed_id))
|
||||
logging.user(self.user, "~FBTrimming ~FR%s~FB read stories (~SB%s~SN)..." % (len(stale_story_hashes), self.feed_id))
|
||||
r.srem(read_stories_key, *stale_story_hashes)
|
||||
r.srem("RS:%s" % self.feed_id, *stale_story_hashes)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue