mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-08 05:08:34 +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:
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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user