error mgt in qr write

This commit is contained in:
ycc
2022-12-01 22:47:17 +01:00
parent 3066d48b3e
commit 7ed8ff9982
3 changed files with 4 additions and 5 deletions

View File

@ -84,7 +84,6 @@ func (id *Identity) AnswerInvitation(MyName string, ContactName string, MessageS
peer.Name = ReceivedContact.Name
}
peer.Contact = *ReceivedContact
for _, i := range MessageServerIdxs {
srv := id.MessageServers.Servers[i].ServerData
myContactCard.PullServers = append(myContactCard.PullServers, &srv)