Move receipts and view/read syncs to new syncTasks system

Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
automated-signal 2024-06-17 19:36:57 -05:00 committed by GitHub
parent 949104c316
commit b95dd1a70f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
33 changed files with 1242 additions and 612 deletions

View file

@ -636,7 +636,7 @@ message SyncMessage {
message DeleteForMe {
message ConversationIdentifier {
oneof identifier {
string threadAci = 1;
string threadServiceId = 1;
bytes threadGroupId = 2;
string threadE164 = 3;
}
@ -644,7 +644,7 @@ message SyncMessage {
message AddressableMessage {
oneof author {
string authorAci = 1;
string authorServiceId = 1;
string authorE164 = 2;
}
optional uint64 sentTimestamp = 3;