1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-09 18:25:58 +01:00

Make clientMessage.me a plain boolean.

This commit is contained in:
Juliusz Chroboczek 2020-04-25 20:30:33 +02:00
parent fc4bac3f16
commit 695cbad31c

View file

@ -94,7 +94,7 @@ type clientMessage struct {
Group string `json:"group,omitempty"`
Value string `json:"value,omitempty"`
Message string `json:"message,omitempty"`
Me *bool `json:"me,omitempty"`
Me bool `json:"me,omitempty"`
Offer *webrtc.SessionDescription `json:"offer,omitempty"`
Answer *webrtc.SessionDescription `json:"answer,omitempty"`
Candidate *webrtc.ICECandidateInit `json:"candidate,omitempty"`