fix: add missing post index

This commit is contained in:
Barış Soner Uşaklı
2022-09-22 12:31:25 -04:00
parent c3920ccb10
commit 179faa2270

View File

@@ -376,6 +376,7 @@ helpers.setCategoryTeaser = function (category) {
url: `${nconf.get('relative_path')}/post/${post.pid}`,
timestampISO: post.timestampISO,
pid: post.pid,
index: post.index,
topic: post.topic,
user: post.user,
};