Delete Sync: Handle and send mostRecentNonExpiringMessages if needed
This commit is contained in:
parent
9c0ea4d6ec
commit
08da49a0aa
13 changed files with 356 additions and 46 deletions
|
@ -670,6 +670,7 @@ message SyncMessage {
|
|||
optional ConversationIdentifier conversation = 1;
|
||||
repeated AddressableMessage mostRecentMessages = 2;
|
||||
optional bool isFullDelete = 3;
|
||||
repeated AddressableMessage mostRecentNonExpiringMessages = 4;
|
||||
}
|
||||
|
||||
message LocalOnlyConversationDelete {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue