FIX: Remove seen flag status from viewed topics
This commit is contained in:
parent
c04b7cfe8a
commit
8f51878d73
|
@ -126,7 +126,8 @@ Discourse.TopicTrackingState = Discourse.Model.extend({
|
||||||
highest_post_number: state.highest_post_number,
|
highest_post_number: state.highest_post_number,
|
||||||
last_read_post_number: state.last_read_post_number,
|
last_read_post_number: state.last_read_post_number,
|
||||||
new_posts: newPosts,
|
new_posts: newPosts,
|
||||||
unread: unread
|
unread: unread,
|
||||||
|
unseen: false
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue