mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-16 03:27:59 +01:00
remove generatedTitle from hash, its added later
This commit is contained in:
@@ -30,7 +30,6 @@ module.exports = function (Topics) {
|
||||
cid: data.cid,
|
||||
mainPid: 0,
|
||||
title: data.title,
|
||||
generatedTitle: data.generatedTitle,
|
||||
slug: `${tid}/${slugify(data.title) || 'topic'}`,
|
||||
timestamp: timestamp,
|
||||
lastposttime: 0,
|
||||
|
||||
Reference in New Issue
Block a user