mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-05 23:30:36 +01:00
changed userTitle of global mods
This commit is contained in:
@@ -32,7 +32,7 @@ module.exports = function(Groups) {
|
||||
name: data.name,
|
||||
slug: slug,
|
||||
createtime: timestamp,
|
||||
userTitle: data.name,
|
||||
userTitle: data.userTitle || data.name,
|
||||
description: data.description || '',
|
||||
memberCount: memberCount,
|
||||
deleted: 0,
|
||||
|
||||
Reference in New Issue
Block a user