From b033d6f115eb856862e2c684c71f864ad1a54284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Thu, 4 Oct 2018 12:18:11 -0400 Subject: [PATCH] add tid to post-purge event --- src/socket.io/posts/tools.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/socket.io/posts/tools.js b/src/socket.io/posts/tools.js index baec3a8483..c50bed33ca 100644 --- a/src/socket.io/posts/tools.js +++ b/src/socket.io/posts/tools.js @@ -206,6 +206,7 @@ module.exports = function (SocketPosts) { uid: socket.uid, pid: data.pid, ip: socket.ip, + tid: postData.tid, title: String(topicData.title), }, next); },