Fix function name and update file path handling
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
ycc
2024-04-05 18:07:00 +02:00
parent 3ac6b02e56
commit 09892709ec
3 changed files with 7 additions and 6 deletions

View File

@ -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 {