mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 03:26:04 +01:00
closes #4772
This commit is contained in:
@@ -225,9 +225,6 @@ define('forum/topic/posts', [
|
||||
if (data && data.posts && data.posts.length) {
|
||||
createNewPosts(data, replies, direction, done);
|
||||
} else {
|
||||
if (app.user.uid) {
|
||||
socket.emit('topics.markAsRead', [tid]);
|
||||
}
|
||||
navigator.update();
|
||||
done();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user