mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Improvements to the media editor
This commit is contained in:
@@ -6,7 +6,7 @@ import { omit } from 'lodash';
|
||||
|
||||
import type { LoggerType } from '../../types/Logging';
|
||||
import type { AciString, ServiceIdString } from '../../types/ServiceId';
|
||||
import { normalizeAci } from '../../types/ServiceId';
|
||||
import { normalizeAci } from '../../util/normalizeAci';
|
||||
import { isNotNil } from '../../util/isNotNil';
|
||||
import { assertDev } from '../../util/assert';
|
||||
import {
|
||||
|
||||
@@ -10,11 +10,8 @@ import type {
|
||||
AciString,
|
||||
PniString,
|
||||
} from '../../types/ServiceId';
|
||||
import {
|
||||
normalizeServiceId,
|
||||
normalizeAci,
|
||||
normalizePni,
|
||||
} from '../../types/ServiceId';
|
||||
import { normalizeServiceId, normalizePni } from '../../types/ServiceId';
|
||||
import { normalizeAci } from '../../util/normalizeAci';
|
||||
import type { JSONWithUnknownFields } from '../../types/Util';
|
||||
import { isNotNil } from '../../util/isNotNil';
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ import { CallMode } from '../../types/Calling';
|
||||
import type { MessageType, ConversationType } from '../Interface';
|
||||
import { strictAssert } from '../../util/assert';
|
||||
import { missingCaseError } from '../../util/missingCaseError';
|
||||
import { isAciString } from '../../types/ServiceId';
|
||||
import { isAciString } from '../../util/isAciString';
|
||||
|
||||
// Legacy type for calls that never had a call id
|
||||
type DirectCallHistoryDetailsType = {
|
||||
|
||||
Reference in New Issue
Block a user