From ab73278597589145b4de6f68f628a4379d81dc30 Mon Sep 17 00:00:00 2001 From: Abhishek K <32607604+abhishek9686@users.noreply.github.com> Date: Fri, 28 Jul 2023 09:20:43 +0530 Subject: [PATCH] add timestamp to turn signal (#2470) --- models/host.go | 1 + 1 file changed, 1 insertion(+) diff --git a/models/host.go b/models/host.go index 3aa7f53b..70947ba2 100644 --- a/models/host.go +++ b/models/host.go @@ -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