@ -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);
};