mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
closes #6436
This commit is contained in:
@@ -36,7 +36,7 @@ module.exports = function (Posts) {
|
||||
},
|
||||
function (groupsData, next) {
|
||||
groupsData.forEach(function (group) {
|
||||
if (group && group.userTitleEnabled) {
|
||||
if (group && group.userTitleEnabled && !group.hidden) {
|
||||
groupsMap[group.name] = {
|
||||
name: group.name,
|
||||
slug: group.slug,
|
||||
|
||||
Reference in New Issue
Block a user