From 178df63b2a869076f19e253b55858fa91809b6f2 Mon Sep 17 00:00:00 2001 From: Seth Woodworth Date: Sat, 28 Jan 2012 12:18:46 -0500 Subject: [PATCH] add todo --- app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app.js b/app.js index 0be04b4..78c135b 100644 --- a/app.js +++ b/app.js @@ -1844,6 +1844,7 @@ io.set('authorization', function ( handshake, next ) { }); var backchannel = new Backchannel(app, io.of('/backchannel'), { + // TODO: if lecture belongs to course (find pinker's courseId) pass a 'no-answers' true/false subscribe: function(lecture, send) { Post.find({'lecture': lecture}, function(err, posts) { send(posts); -- 2.25.1