mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-29 13:16:01 +01:00
Add support for link preview descriptions.
This commit is contained in:
@@ -203,9 +203,10 @@ message DataMessage {
|
||||
}
|
||||
|
||||
message Preview {
|
||||
optional string url = 1;
|
||||
optional string title = 2;
|
||||
optional AttachmentPointer image = 3;
|
||||
optional string url = 1;
|
||||
optional string title = 2;
|
||||
optional AttachmentPointer image = 3;
|
||||
optional string description = 4;
|
||||
}
|
||||
|
||||
message Sticker {
|
||||
|
||||
Reference in New Issue
Block a user