mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
Merge remote-tracking branch 'refs/remotes/origin/master' into develop
This commit is contained in:
@@ -48,7 +48,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