🐛 Fix key exchange wrong client
This commit is contained in:
		@@ -87,9 +87,6 @@ func (v *App) PushStream(_ context.Context, request *proto.PushStreamRequest) (*
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		err := jsoniter.Unmarshal(in.RawPayload(), &data)
 | 
			
		||||
		if request.ClientId != nil {
 | 
			
		||||
			data.ClientID = *request.ClientId
 | 
			
		||||
		}
 | 
			
		||||
		if err == nil {
 | 
			
		||||
			err = exts.ValidateStruct(data)
 | 
			
		||||
		}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user