🐛 Fix key exchange wrong client
This commit is contained in:
parent
8c600daf86
commit
8ca5573b86
@ -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)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user