mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-26 08:31:22 +01:00
fix: #7413
This commit is contained in:
@@ -74,7 +74,7 @@ Posts.getPostSummariesFromSet = function (set, uid, start, stop, callback) {
|
|||||||
db.getSortedSetRevRange(set, start, stop, next);
|
db.getSortedSetRevRange(set, start, stop, next);
|
||||||
},
|
},
|
||||||
function (pids, next) {
|
function (pids, next) {
|
||||||
privileges.posts.filter('read', pids, uid, next);
|
privileges.posts.filter('topics:read', pids, uid, next);
|
||||||
},
|
},
|
||||||
function (pids, next) {
|
function (pids, next) {
|
||||||
Posts.getPostSummaryByPids(pids, uid, { stripTags: false }, next);
|
Posts.getPostSummaryByPids(pids, uid, { stripTags: false }, next);
|
||||||
|
|||||||
Reference in New Issue
Block a user