added an invitation message
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
ycc
2024-01-01 13:50:00 +01:00
parent 6788487368
commit 25cf1808e3
4 changed files with 95 additions and 82 deletions

View File

@ -116,6 +116,7 @@ message ContactCard {
repeated ServerCard pullServers =5; // list the servers where the contact will look for messages from you
uint32 version = 6;
string invitationId=7;
string invitationMessage=8;
}
// structure for sending a message to be forwarded to another user in protobuf format