mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-27 13:40:47 +00:00
Support for single-attachment delete synced across devices
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
import { assert } from 'chai';
|
||||
import * as sinon from 'sinon';
|
||||
import { noop } from 'lodash';
|
||||
import { v4 as generateUuid } from 'uuid';
|
||||
|
||||
import type { ReduxActions } from '../../../state/types';
|
||||
import {
|
||||
@@ -68,6 +69,7 @@ describe('both/state/ducks/composer', () => {
|
||||
const attachments: Array<AttachmentDraftType> = [
|
||||
{
|
||||
contentType: IMAGE_JPEG,
|
||||
clientUuid: generateUuid(),
|
||||
pending: true,
|
||||
size: 2433,
|
||||
path: 'image.jpg',
|
||||
|
||||
Reference in New Issue
Block a user