mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-17 11:11:04 +01:00
fix: #9383, don't show deleted topic titles in inf scroll
This commit is contained in:
@@ -74,7 +74,7 @@ SocketCategories.loadMore = async function (socket, data) {
|
||||
tag: data.query.tag,
|
||||
targetUid: targetUid,
|
||||
});
|
||||
categories.modifyTopicsByPrivilege(data.topics, userPrivileges);
|
||||
categories.modifyTopicsByPrivilege(result.topics, userPrivileges);
|
||||
|
||||
result.privileges = userPrivileges;
|
||||
result.template = {
|
||||
|
||||
Reference in New Issue
Block a user