InvitationAnswerMessageReadResponse
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
e4efff1824
commit
4b412ae0f3
@ -140,12 +140,12 @@ func InvitationAnswerMessageReadResponse(invitationData []byte, invitationServer
|
|||||||
|
|
||||||
server, err := client.GetConfig().GetIdentity().MessageServers.LoadServer(invitationServerUid)
|
server, err := client.GetConfig().GetIdentity().MessageServers.LoadServer(invitationServerUid)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, "InvitationGetMessageReadResponse: LoadServer", err
|
return nil, "InvitationAnswerMessageReadResponse: LoadServer", err
|
||||||
}
|
}
|
||||||
// Server inbound processing : get the invitation server
|
// Server inbound processing : get the invitation server
|
||||||
serverMsg, err := server.ProcessInboundServerResponse(invitationData)
|
serverMsg, err := server.ProcessInboundServerResponse(invitationData)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, "InvitationGetMessageReadResponse: ProcessInboundServerResponse", err
|
return nil, "InvitationAnswerMessageReadResponse: ProcessInboundServerResponse", err
|
||||||
}
|
}
|
||||||
|
|
||||||
return serverMsg.Invitation, "", nil
|
return serverMsg.Invitation, "", nil
|
||||||
|
Loading…
Reference in New Issue
Block a user