mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-08-30 11:48:14 +02:00
reverted that back, it would take other users to the topic too
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
$(topic).hide().fadeIn('slow');
|
||||
}
|
||||
|
||||
ajaxify.go('topic/'+data.slug);
|
||||
socket.emit('api:categories.getRecentReplies', cid);
|
||||
}
|
||||
|
||||
socket.on('event:new_topic', onNewTopic);
|
||||
|
||||
Reference in New Issue
Block a user