mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 08:47:27 +00: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 readReceipts = 1;
|
||||||
optional bool unidentifiedDeliveryIndicators = 2;
|
optional bool unidentifiedDeliveryIndicators = 2;
|
||||||
optional bool typingIndicators = 3;
|
optional bool typingIndicators = 3;
|
||||||
optional bool linkPreviews = 4;
|
// 4 is reserved (old link preview setting)
|
||||||
optional uint32 provisioningVersion = 5;
|
optional uint32 provisioningVersion = 5;
|
||||||
|
optional bool linkPreviews = 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
message StickerPackOperation {
|
message StickerPackOperation {
|
||||||
|
@@ -105,5 +105,7 @@ message AccountRecord {
|
|||||||
bool readReceipts = 6;
|
bool readReceipts = 6;
|
||||||
bool sealedSenderIndicators = 7;
|
bool sealedSenderIndicators = 7;
|
||||||
bool typingIndicators = 8;
|
bool typingIndicators = 8;
|
||||||
bool linkPreviews = 9;
|
bool proxiedLinkPreviews = 9;
|
||||||
|
// 10 is reserved for unread
|
||||||
|
bool linkPreviews = 11;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user