mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 18:16:17 +01:00
remove empty fields from new posts
This commit is contained in:
@@ -38,8 +38,6 @@ module.exports = function(Posts) {
|
||||
'tid': tid,
|
||||
'content': content,
|
||||
'timestamp': timestamp,
|
||||
'editor': '',
|
||||
'edited': 0,
|
||||
'deleted': 0
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user