Fix function name and update file path handling
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:
@ -125,7 +125,7 @@ func ReadMessage(messageFilename string) ([]string, []string, string, error) {
|
||||
}
|
||||
// check if invitation answer
|
||||
if fromServerMessage.Invitation != nil {
|
||||
InvitationGetAnswerReadResponse(fromServerMessage.Invitation)
|
||||
invitationGetAnswerReadResponse(fromServerMessage.Invitation)
|
||||
}
|
||||
// Chat messages
|
||||
if len(fromServerMessage.Chat) > 0 {
|
||||
|
Reference in New Issue
Block a user