mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 17:16:14 +01:00
add tid to post-purge event
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user