ability for users to now follow/subscribe to threads

This commit is contained in:
Julian Lam
2013-06-06 20:39:45 -04:00
parent 7e55e7b3d2
commit 882b9a917f
7 changed files with 160 additions and 13 deletions

View File

@@ -1,5 +1,6 @@
var RDB = require('./redis.js'),
posts = require('./posts.js'),
topics = require('./topics'),
threadTools = require('./threadTools.js'),
user = require('./user.js'),
async = require('async'),