mirror of
https://github.com/jech/galene.git
synced 2024-11-22 16:45:58 +01:00
Make clientMessage.me a plain boolean.
This commit is contained in:
parent
fc4bac3f16
commit
695cbad31c
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ type clientMessage struct {
|
||||||
Group string `json:"group,omitempty"`
|
Group string `json:"group,omitempty"`
|
||||||
Value string `json:"value,omitempty"`
|
Value string `json:"value,omitempty"`
|
||||||
Message string `json:"message,omitempty"`
|
Message string `json:"message,omitempty"`
|
||||||
Me *bool `json:"me,omitempty"`
|
Me bool `json:"me,omitempty"`
|
||||||
Offer *webrtc.SessionDescription `json:"offer,omitempty"`
|
Offer *webrtc.SessionDescription `json:"offer,omitempty"`
|
||||||
Answer *webrtc.SessionDescription `json:"answer,omitempty"`
|
Answer *webrtc.SessionDescription `json:"answer,omitempty"`
|
||||||
Candidate *webrtc.ICECandidateInit `json:"candidate,omitempty"`
|
Candidate *webrtc.ICECandidateInit `json:"candidate,omitempty"`
|
||||||
|
|
Loading…
Reference in a new issue