mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 17:16:14 +01:00
closes #1774
This commit is contained in:
@@ -174,6 +174,7 @@ SocketPosts.edit = function(socket, data, callback) {
|
||||
pid: data.pid,
|
||||
title: results.topic.title,
|
||||
isMainPost: results.topic.isMainPost,
|
||||
tags: results.topic.tags,
|
||||
content: results.content
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user