mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-02-28 01:00:59 +01:00
feat(forums): fixed markdown rendered table css style
This commit is contained in:
@@ -192,6 +192,8 @@ exports.postNewReply = function (req, res) {
|
||||
|
||||
topic._replies.push(reply);
|
||||
topic.replyCount++;
|
||||
topic.lastReplyAt = Date.now();
|
||||
topic.lastUser = req.user;
|
||||
|
||||
topic.save(function (err) {
|
||||
if (err) {
|
||||
|
||||
Reference in New Issue
Block a user