mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 14:05:46 +01:00
closes #1679
This commit is contained in:
@@ -367,7 +367,7 @@ var async = require('async'),
|
||||
}
|
||||
|
||||
results.postData.timestamp = utils.toISOString(results.postData.timestamp);
|
||||
results.postData.index = parseInt(results.postIndex, 10) + 1;
|
||||
results.postData.index = results.postIndex;
|
||||
|
||||
callback(null, results.postData);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user