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, };