mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-01 01:51:18 +01:00
fix: add missing post index
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user