barisusakli
2016-03-09 16:42:26 +02:00
parent 2c28e18147
commit c9ac1a4027
3 changed files with 7 additions and 5 deletions

View File

@@ -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);