remove generatedTitle from hash, its added later

This commit is contained in:
Barış Soner Uşaklı
2026-02-09 14:01:59 -05:00
parent 0fe75acf47
commit 52f1c7372c

View File

@@ -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,