mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-11-04 19:32:17 +08:00 
			
		
		
		
	管理员创建群组bug fix
This commit is contained in:
		
							parent
							
								
									13efbf5f98
								
							
						
					
					
						commit
						5d7189d8b0
					
				@ -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