[#1394] add drop notifications back in

This commit is contained in:
Tyler Renelle
2013-09-17 12:16:16 -04:00
parent 9d633eceaf
commit f26b0a2cf5
5 changed files with 15 additions and 7 deletions

View File

@@ -240,6 +240,7 @@ UserSchema.methods.toJSON = function() {
//});
//delete doc.tasks
doc.filters = {};
doc._tmp = this._tmp; // be sure to send down drop notifs
return doc;
};