mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-28 04:48:44 +08:00
管理员创建群组bug fix (#168)
This commit is contained in:
parent
a55582a018
commit
c16d8da784
@ -260,6 +260,10 @@ func CreateGroup(c *gin.Context) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
req.OwnerUserID = req.OpUserID
|
req.OwnerUserID = req.OpUserID
|
||||||
|
if params.OwnerUserID != "" {
|
||||||
|
req.OwnerUserID = params.OwnerUserID
|
||||||
|
}
|
||||||
|
|
||||||
req.OperationID = params.OperationID
|
req.OperationID = params.OperationID
|
||||||
log.NewInfo(req.OperationID, "CreateGroup args ", req.String())
|
log.NewInfo(req.OperationID, "CreateGroup args ", req.String())
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user