mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-16 05:20:24 +01:00
fix: #13654, improper OrderedCollectionPage ID
This commit is contained in:
@@ -143,7 +143,7 @@ Actors.topic = async function (req, res, next) {
|
|||||||
method: posts.getPidsFromSet,
|
method: posts.getPidsFromSet,
|
||||||
page,
|
page,
|
||||||
perPage,
|
perPage,
|
||||||
url: `${nconf.get('url')}/topic/${req.params.tid}/posts`,
|
url: `${nconf.get('url')}/topic/${req.params.tid}`,
|
||||||
}),
|
}),
|
||||||
db.getSortedSetMembers(`tid:${req.params.tid}:posts`),
|
db.getSortedSetMembers(`tid:${req.params.tid}:posts`),
|
||||||
]));
|
]));
|
||||||
|
|||||||
Reference in New Issue
Block a user