mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-29 13:16:01 +01:00
Update link preview sync settings.
We need to rotate the link preview setting to avoid newer desktops with older mobile clients from generating proxy-less previews.
This commit is contained in:
committed by
Alex Hart
parent
220ebf93c7
commit
6cffd0a723
@@ -353,8 +353,9 @@ message SyncMessage {
|
||||
optional bool readReceipts = 1;
|
||||
optional bool unidentifiedDeliveryIndicators = 2;
|
||||
optional bool typingIndicators = 3;
|
||||
optional bool linkPreviews = 4;
|
||||
// 4 is reserved (old link preview setting)
|
||||
optional uint32 provisioningVersion = 5;
|
||||
optional bool linkPreviews = 6;
|
||||
}
|
||||
|
||||
message StickerPackOperation {
|
||||
|
||||
Reference in New Issue
Block a user