This commit is contained in:
aozhiwei 2024-04-08 14:16:13 +08:00
parent bc06eba6ef
commit 16c1d480fd
2 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,7 @@ const (
// im server guild
const (
RandomGuildCount = 10
MaxMembers = 30
GuildMaxMembers = 30
MaxMembersViceLeader = 2
MaxPendingReqs = 10
DefaultLogs = 20

View File

@ -195,6 +195,7 @@ func (this *guildMgr) asyncCreateGuildTask(task *f5.AsyncTask,
{"owner_id", accountId},
{"creator_id", accountId},
{"badge", q5.ToString(avatar)},
{"max_members", q5.ToString(constant.GuildMaxMembers)},
{"createtime", q5.ToString(nowTime)},
{"modifytime", q5.ToString(nowTime)},
},