This commit is contained in:
Sam 2015-08-24 16:04:37 +10:00
parent 88a5a676a7
commit 8b660066ca
1 changed files with 1 additions and 1 deletions

View File

@ -662,7 +662,7 @@ export default Ember.Controller.extend(SelectedPostsCount, BufferedContent, {
const max = _.max(postNumbers); const max = _.max(postNumbers);
if(max > this.get('model.last_read_post_number')){ if(max > this.get('model.last_read_post_number')){
this.set('model.sast_read_post_number', max); this.set('model.last_read_post_number', max);
} }
} }
}, },