mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-09 14:27:16 +02:00
This commit is contained in:
@@ -37,7 +37,8 @@ module.exports = function(SocketPosts) {
|
||||
title: data.title,
|
||||
content: data.content,
|
||||
topic_thumb: data.topic_thumb,
|
||||
tags: data.tags
|
||||
tags: data.tags,
|
||||
req: websockets.reqFromSocket(socket)
|
||||
}, function(err, result) {
|
||||
if (err) {
|
||||
return callback(err);
|
||||
|
||||
Reference in New Issue
Block a user