mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-19 00:09:02 +08:00
fix group create bug
This commit is contained in:
@@ -260,10 +260,7 @@ func CreateGroup(c *gin.Context) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
req.OwnerUserID = req.OpUserID
|
req.OwnerUserID = req.OpUserID
|
||||||
if params.OwnerUserID != "" {
|
req.OwnerUserID = 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())
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user