fix: remove unused data from post/topic/user hashes

This commit is contained in:
Barış Soner Uşaklı
2019-10-07 23:13:43 -04:00
parent 4bc77d064b
commit 75bcb0f484
8 changed files with 156 additions and 39 deletions

View File

@@ -35,7 +35,6 @@ module.exports = function (Posts) {
tid: tid,
content: content,
timestamp: timestamp,
deleted: 0,
};
if (data.toPid) {