mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 18:16:17 +01:00
fix: remove unused data from post/topic/user hashes
This commit is contained in:
@@ -35,7 +35,6 @@ module.exports = function (Posts) {
|
||||
tid: tid,
|
||||
content: content,
|
||||
timestamp: timestamp,
|
||||
deleted: 0,
|
||||
};
|
||||
|
||||
if (data.toPid) {
|
||||
|
||||
Reference in New Issue
Block a user