Support 'allow sealed sender from anyone' in archive.

This commit is contained in:
Greyson Parrelli
2025-12-03 11:05:23 -05:00
committed by jeffrey-signal
parent a4dc4a8a1b
commit 5d08906afd
31 changed files with 8 additions and 1 deletions

View File

@@ -133,6 +133,7 @@ message AccountData {
optional bool pinReminders = 27; // If unset, consider pin reminders to be enabled.
AppTheme appTheme = 28; // If unset, treat the same as "Unknown" case
CallsUseLessDataSetting callsUseLessDataSetting = 29; // If unset, treat the same as "Unknown" case
bool allowSealedSenderFromAnyone = 30;
}
message SubscriberData {
@@ -1410,4 +1411,4 @@ message ChatFolder {
repeated uint64 includedRecipientIds = 7; // generated recipient id of groups, contacts, and/or note to self
repeated uint64 excludedRecipientIds = 8; // generated recipient id of groups, contacts, and/or note to self
bytes id = 9; // should be 16 bytes
}
}