mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
fix typo
This commit is contained in:
parent
88a5a676a7
commit
8b660066ca
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue