Implement sync for chat folders

Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
Jamie Kyle
2025-08-25 18:02:05 -07:00
committed by GitHub
parent 435dc2acf7
commit 1df2dc6151
35 changed files with 2364 additions and 327 deletions

View File

@@ -373,7 +373,7 @@ message ChatFolderRecord {
FolderType folderType = 8;
repeated Recipient includedRecipients = 9;
repeated Recipient excludedRecipients = 10;
uint64 deletedAtTimestampMs = 11; // When non-zero, `position` should be set to -1 and `includedRecipients` should be empty
uint64 deletedAtTimestampMs = 11; // When non-zero, `position` should be set to 4294967295 (2^32-1) and `includedRecipients` should be empty
}
message NotificationProfile {