Skip to content

Commit

Permalink
Temporary fix for broken river of news.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelclay committed Oct 25, 2011
1 parent ec1f38c commit 50e254a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/reader/views.py
Expand Up @@ -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) {
Expand Down

0 comments on commit 50e254a

Please sign in to comment.