mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-20 11:21:58 +01:00
group data
This commit is contained in:
@@ -36,9 +36,9 @@ module.exports = function (Groups) {
|
||||
slug: slug,
|
||||
createtime: timestamp,
|
||||
userTitle: data.userTitle || data.name,
|
||||
userTitleEnabled: parseInt(data.userTitleEnabled, 10) === 1 ? 1 : 0,
|
||||
description: data.description || '',
|
||||
memberCount: memberCount,
|
||||
deleted: 0,
|
||||
hidden: isHidden ? 1 : 0,
|
||||
system: isSystem ? 1 : 0,
|
||||
private: isPrivate,
|
||||
|
||||
Reference in New Issue
Block a user