fix: #13654, improper OrderedCollectionPage ID

This commit is contained in:
Julian Lam
2025-11-20 14:15:43 -05:00
parent 822f4edc4c
commit aa7e078fbf

View File

@@ -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`),
]));