Free users also need to complete the river.

This commit is contained in:
Samuel Clay 2017-01-12 14:35:43 -08:00
parent af1e344da5
commit 5947b284b1

View file

@ -92,6 +92,7 @@ NEWSBLUR.Views.DashboardRiver = Backbone.View.extend({
var visible = NEWSBLUR.assets.dashboard_stories.visible().length;
if (visible >= 3 && !NEWSBLUR.Globals.is_premium) {
this.story_titles.check_premium_river();
this.complete_fill();
return;
}
if (visible >= 5) {