mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 06:55:46 +01:00
added mainPid to topic restore/edit hooks
This commit is contained in:
@@ -68,6 +68,7 @@ var winston = require('winston'),
|
||||
|
||||
var topicData = {
|
||||
tid: tid,
|
||||
mainPid: pid,
|
||||
title: title,
|
||||
slug: tid + '/' + utils.slugify(title)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user