mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Temporary fix for broken river of news.
This commit is contained in:
parent
ec1f38c720
commit
50e254af80
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@ def load_river_stories(request):
|
|||
mstories = MStory.objects(
|
||||
story_guid__nin=read_stories,
|
||||
story_feed_id__in=feed_ids,
|
||||
story_date__gte=start - bottom_delta
|
||||
# story_date__gte=start - bottom_delta
|
||||
).map_reduce("""function() {
|
||||
var d = feed_last_reads[this[~story_feed_id]];
|
||||
if (this[~story_date].getTime()/1000 > d) {
|
||||
|
|
Loading…
Add table
Reference in a new issue