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