mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-26 19:34:04 +01:00
Link Previews
This commit is contained in:
@@ -72,6 +72,7 @@ describe('Message', () => {
|
||||
},
|
||||
],
|
||||
contact: [],
|
||||
preview: [],
|
||||
};
|
||||
|
||||
const writeExistingAttachmentData = attachment => {
|
||||
@@ -119,6 +120,7 @@ describe('Message', () => {
|
||||
],
|
||||
},
|
||||
contact: [],
|
||||
preview: [],
|
||||
};
|
||||
|
||||
const writeExistingAttachmentData = attachment => {
|
||||
@@ -169,6 +171,7 @@ describe('Message', () => {
|
||||
},
|
||||
},
|
||||
],
|
||||
preview: [],
|
||||
};
|
||||
|
||||
const writeExistingAttachmentData = attachment => {
|
||||
|
||||
Reference in New Issue
Block a user