mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-15 21:10:22 +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,
|
||||
page,
|
||||
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`),
|
||||
]));
|
||||
|
||||
Reference in New Issue
Block a user