mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-04-28 14:29:19 +08:00
fix group create bug
This commit is contained in:
@@ -260,10 +260,7 @@ func CreateGroup(c *gin.Context) {
|
||||
return
|
||||
}
|
||||
req.OwnerUserID = req.OpUserID
|
||||
if params.OwnerUserID != "" {
|
||||
req.OwnerUserID = params.OwnerUserID
|
||||
}
|
||||
|
||||
req.OwnerUserID = params.OwnerUserID
|
||||
req.OperationID = params.OperationID
|
||||
log.NewInfo(req.OperationID, "CreateGroup args ", req.String())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user