From dfa2b5fa83da8eb0983745148032cca7712c95d6 Mon Sep 17 00:00:00 2001 From: ycc Date: Sun, 31 Mar 2024 17:24:21 +0200 Subject: [PATCH] Set invitation UUID in BuildInvitationAnswerMessage function --- client/peer.go | 1 + 1 file changed, 1 insertion(+) diff --git a/client/peer.go b/client/peer.go index b7ceee5..04d3578 100644 --- a/client/peer.go +++ b/client/peer.go @@ -162,6 +162,7 @@ func (p *Peer) BuildInvitationAnswerMessage(myContactCard *meowlib.ContactCard) if err != nil { return nil, err } + invitation.Uuid = p.InvitationId invitation.Payload = out msg.Destination = p.ContactLookupKey msg.Invitation = &invitation