2
0
Эх сурвалжийг харах

add reply field to signal struct

Abhishek Kondur 2 жил өмнө
parent
commit
1324b6443d
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      models/host.go

+ 1 - 0
models/host.go

@@ -137,4 +137,5 @@ type Signal struct {
 	FromHostPubKey    string `json:"from_host_pubkey"`
 	FromHostPubKey    string `json:"from_host_pubkey"`
 	TurnRelayEndpoint string `json:"turn_relay_addr"`
 	TurnRelayEndpoint string `json:"turn_relay_addr"`
 	ToHostPubKey      string `json:"to_host_pubkey"`
 	ToHostPubKey      string `json:"to_host_pubkey"`
+	Reply             bool   `json:"reply"`
 }
 }