fill usermessage lookupkey

This commit is contained in:
ycc
2022-12-17 20:17:05 +01:00
parent 20c82d0766
commit 1031529964
3 changed files with 6 additions and 4 deletions

View File

@ -85,8 +85,8 @@ message PackedUserMessage {
// structure defining information that might be exchanged between two peers.
message UserMessage {
string destination = 1;
string from = 2;
string destination = 1; // Lookupkey
string from = 2; // My public key for that contact
string type = 3;
bytes data = 4;
message ConversationStatus {