mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 08:25:46 +01:00
lets break some themes :evil:
This commit is contained in:
@@ -60,7 +60,7 @@ module.exports = function(Topics) {
|
||||
}
|
||||
|
||||
post.user = users[post.uid];
|
||||
post.timestamp = utils.toISOString(post.timestamp);
|
||||
post.timestampISO = utils.toISOString(post.timestamp);
|
||||
tidToPost[post.tid] = post;
|
||||
posts.parsePost(post, next);
|
||||
}, next);
|
||||
|
||||
Reference in New Issue
Block a user