diff --git a/app/assets/javascripts/discourse/controllers/topic.js.es6 b/app/assets/javascripts/discourse/controllers/topic.js.es6 index e27e8a5e9..b9ef3a87b 100644 --- a/app/assets/javascripts/discourse/controllers/topic.js.es6 +++ b/app/assets/javascripts/discourse/controllers/topic.js.es6 @@ -662,7 +662,7 @@ export default Ember.Controller.extend(SelectedPostsCount, BufferedContent, { const max = _.max(postNumbers); 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); } } },