This commit is contained in:
parent
8300a699a3
commit
bdfa8c7bb1
@ -167,7 +167,7 @@ func ReadMessage(messageFilename string, detachFilesStoragePath string) ([]strin
|
||||
}
|
||||
|
||||
}
|
||||
return messagesOverview, filenames, "", nil
|
||||
|
||||
}
|
||||
|
||||
// fmt.Println("have read fromServerMessage, will unmarshal packed")
|
||||
@ -180,7 +180,7 @@ func ReadMessage(messageFilename string, detachFilesStoragePath string) ([]strin
|
||||
// fmt.Println("Destination:", packedMessage.Destination)
|
||||
// fmt.Println("Payload lengh:", len(packedMessage.Pay ""load))
|
||||
// server invitation finalize or more ?
|
||||
/*
|
||||
/*
|
||||
if fromServerMessage.Invitation != nil {
|
||||
fmt.Println("Invitation from:", fromServerMessage.Invitation.From)
|
||||
// find the peer with that lookup key
|
||||
@ -204,16 +204,11 @@ func ReadMessage(messageFilename string, detachFilesStoragePath string) ([]strin
|
||||
return "", "ReadMessage: FinalizeInvitation", err
|
||||
}
|
||||
result["invitation finalized"] = peer.Name
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
}*/
|
||||
|
||||
// message
|
||||
// including list of detached files
|
||||
val, err := json.Marshal(result)
|
||||
if err != nil {
|
||||
return "", "ReadMessage: json.Marshal", err
|
||||
}
|
||||
os.Remove(messageFilename)
|
||||
return string(val), "", nil
|
||||
return messagesOverview, filenames, "", nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user