Move receipts and view/read syncs to new syncTasks system
This commit is contained in:
parent
1a263e63da
commit
75c32e86f0
33 changed files with 1242 additions and 612 deletions
|
@ -17,10 +17,8 @@ import {
|
|||
} from '../selectors/conversations';
|
||||
import { getDeleteMessagesProps } from '../selectors/globalModals';
|
||||
import { useItemsActions } from '../ducks/items';
|
||||
import {
|
||||
getLocalDeleteWarningShown,
|
||||
getDeleteSyncSendEnabled,
|
||||
} from '../selectors/items';
|
||||
import { getLocalDeleteWarningShown } from '../selectors/items';
|
||||
import { getDeleteSyncSendEnabled } from '../selectors/items-extra';
|
||||
import { LocalDeleteWarningModal } from '../../components/LocalDeleteWarningModal';
|
||||
|
||||
export const SmartDeleteMessagesModal = memo(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue