on entry to topic mark notifications read

v1.18.x
barisusakli 11 years ago
parent 473310d42d
commit d3e57d0930

@ -73,6 +73,7 @@ define('forum/topic', dependencies, function(pagination, infinitescroll, threadT
$(window).trigger('action:topic.loaded');
socket.emit('topics.markAsRead', tid);
socket.emit('topics.markTopicNotificationsRead', tid);
socket.emit('topics.increaseViewCount', tid);
};

Loading…
Cancel
Save