post replies, unfinished

This commit is contained in:
psychobunny
2013-05-01 18:25:24 +00:00
parent f8345a1223
commit 0f3f2bb859
4 changed files with 18 additions and 6 deletions

View File

@@ -46,7 +46,7 @@ var RDB = require('./redis.js');
});
}
callback({'posts': posts});
callback({'posts': posts, 'TOPIC_ID': tid});
});
} else {
callback({});