From: Seth Woodworth Date: Sat, 28 Jan 2012 17:18:46 +0000 (-0500) Subject: add todo X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=178df63b2a869076f19e253b55858fa91809b6f2;p=oweals%2Ffinalsclub.git add todo --- 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);