Update PrepareUserMessage function to include replyToUid parameter

This commit is contained in:
ycc
2024-04-09 20:58:29 +02:00
parent 05df08efcb
commit d709cb9454
2 changed files with 3 additions and 2 deletions

View File

@ -159,7 +159,7 @@ message UserMessage {
string from = 2; // My public key for that contact
string type = 3;
bytes data = 4;
ConversationStatus Status = 5;
ConversationStatus status = 5;
ContactCard contact = 6;
ServerCard knownServers = 7;
Group group = 8;