add reply field to signal struct

This commit is contained in:
Abhishek Kondur 2023-04-13 10:00:09 +04:00
parent 31d5964f8a
commit 1324b6443d

View file

@ -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"`
}