|
|
@ -32,28 +32,34 @@ const mediaItems = [
|
|
|
|
message: { id: 4 },
|
|
|
|
message: { id: 4 },
|
|
|
|
attachment: { contentType: 'video/mp4' },
|
|
|
|
attachment: { contentType: 'video/mp4' },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
objectURL: util.mp4ObjectUrlV2,
|
|
|
|
|
|
|
|
contentType: 'video/mp4',
|
|
|
|
|
|
|
|
message: { id: 5 },
|
|
|
|
|
|
|
|
attachment: { contentType: 'video/mp4' },
|
|
|
|
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
objectURL: 'https://placekitten.com/980/800',
|
|
|
|
objectURL: 'https://placekitten.com/980/800',
|
|
|
|
contentType: 'image/jpeg',
|
|
|
|
contentType: 'image/jpeg',
|
|
|
|
message: { id: 5 },
|
|
|
|
message: { id: 6 },
|
|
|
|
attachment: { contentType: 'image/jpeg' },
|
|
|
|
attachment: { contentType: 'image/jpeg' },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
objectURL: 'https://placekitten.com/656/540',
|
|
|
|
objectURL: 'https://placekitten.com/656/540',
|
|
|
|
contentType: 'image/jpeg',
|
|
|
|
contentType: 'image/jpeg',
|
|
|
|
message: { id: 6 },
|
|
|
|
message: { id: 7 },
|
|
|
|
attachment: { contentType: 'image/jpeg' },
|
|
|
|
attachment: { contentType: 'image/jpeg' },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
objectURL: 'https://placekitten.com/762/400',
|
|
|
|
objectURL: 'https://placekitten.com/762/400',
|
|
|
|
contentType: 'image/jpeg',
|
|
|
|
contentType: 'image/jpeg',
|
|
|
|
message: { id: 7 },
|
|
|
|
message: { id: 8 },
|
|
|
|
attachment: { contentType: 'image/jpeg' },
|
|
|
|
attachment: { contentType: 'image/jpeg' },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
objectURL: 'https://placekitten.com/920/620',
|
|
|
|
objectURL: 'https://placekitten.com/920/620',
|
|
|
|
contentType: 'image/jpeg',
|
|
|
|
contentType: 'image/jpeg',
|
|
|
|
message: { id: 8 },
|
|
|
|
message: { id: 9 },
|
|
|
|
attachment: { contentType: 'image/jpeg' },
|
|
|
|
attachment: { contentType: 'image/jpeg' },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
];
|
|
|
|
];
|
|
|
|