mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
lets break some themes :evil:
This commit is contained in:
@@ -56,8 +56,8 @@ var async = require('async'),
|
||||
return next();
|
||||
}
|
||||
|
||||
post.relativeTime = utils.toISOString(post.timestamp);
|
||||
post.relativeEditTime = parseInt(post.edited, 10) !== 0 ? utils.toISOString(post.edited) : '';
|
||||
post.timestampISO = utils.toISOString(post.timestamp);
|
||||
post.editedISO = parseInt(post.edited, 10) !== 0 ? utils.toISOString(post.edited) : '';
|
||||
Posts.parsePost(post, next);
|
||||
}, next);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user