add timestamp to turn signal (#2470)

This commit is contained in:
Abhishek K 2023-07-28 09:20:43 +05:30 committed by GitHub
parent 7e8b66e03d
commit ab73278597
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,6 +142,7 @@ type Signal struct {
ToHostPubKey string `json:"to_host_pubkey"`
Reply bool `json:"reply"`
Action SignalAction `json:"action"`
TimeStamp int64 `json:"timestamp"`
}
// RegisterMsg - login message struct for hosts to join via SSO login