mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-27 12:15:50 +01:00
Support 'allow sealed sender from anyone' in archive.
This commit is contained in:
committed by
jeffrey-signal
parent
a4dc4a8a1b
commit
5d08906afd
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user