From 179faa2270f2ad955dcc4a7b04755acce59e6ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Thu, 22 Sep 2022 12:31:25 -0400 Subject: [PATCH] fix: add missing post index --- src/controllers/helpers.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/helpers.js b/src/controllers/helpers.js index d618bc59e2..cbb15b10ac 100644 --- a/src/controllers/helpers.js +++ b/src/controllers/helpers.js @@ -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, };