mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-10-27 05:52:29 +08:00 
			
		
		
		
	fix: change group member info send notification (#2777)
This commit is contained in:
		
							parent
							
								
									384f512082
								
							
						
					
					
						commit
						986bd22cc2
					
				| @ -1621,7 +1621,7 @@ func (g *groupServer) SetGroupMemberInfo(ctx context.Context, req *pbgroup.SetGr | ||||
| 				g.notification.GroupMemberSetToOrdinaryUserNotification(ctx, member.GroupID, member.UserID) | ||||
| 			} | ||||
| 		} | ||||
| 		if member.Nickname != nil || member.FaceURL != nil || member.Ex != nil { | ||||
| 		if member.Nickname != nil || member.FaceURL != nil || member.Ex != nil || member.RoleLevel != nil { | ||||
| 			g.notification.GroupMemberInfoSetNotification(ctx, member.GroupID, member.UserID) | ||||
| 		} | ||||
| 	} | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user