From 4a3ffec29f26b4fc7788b483e27114488a12e788 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Thu, 23 May 2013 15:23:37 -0400 Subject: [PATCH] proof that comments can be misleading --- src/topics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/topics.js b/src/topics.js index b9cc6693d3..2cb0382105 100644 --- a/src/topics.js +++ b/src/topics.js @@ -313,7 +313,7 @@ marked.setOptions({ if (pid > 0) { RDB.lpush('tid:' + tid + ':posts', pid); - // Notify any users looking at the category that a new post has arrived + // Notify any users looking at the category that a new topic has arrived Topics.get_topic(tid, uid, function(topicData) { io.sockets.in('category_' + category_id).emit('event:new_topic', topicData); });