Browse Source

add reply field to signal struct

Abhishek Kondur 2 years ago
parent
commit
1324b6443d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      models/host.go

+ 1 - 0
models/host.go

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