Improvements to the media editor
This commit is contained in:
parent
e8eb7638c4
commit
d0296ececa
61 changed files with 1124 additions and 969 deletions
|
@ -3,7 +3,8 @@
|
|||
|
||||
import { assert } from 'chai';
|
||||
|
||||
import { generateAci, isAciString } from '../../types/ServiceId';
|
||||
import { generateAci } from '../../types/ServiceId';
|
||||
import { isAciString } from '../../util/isAciString';
|
||||
import type { ConversationType } from '../../state/ducks/conversations';
|
||||
import { MemberRepository, _toMembers } from '../../quill/memberRepository';
|
||||
import { getDefaultConversationWithServiceId } from '../../test-both/helpers/getDefaultConversation';
|
||||
|
|
|
@ -13,7 +13,8 @@ import type {
|
|||
PniString,
|
||||
ServiceIdString,
|
||||
} from '../../types/ServiceId';
|
||||
import { normalizeAci, normalizePni } from '../../types/ServiceId';
|
||||
import { normalizePni } from '../../types/ServiceId';
|
||||
import { normalizeAci } from '../../util/normalizeAci';
|
||||
import type {
|
||||
KyberPreKeyType,
|
||||
PreKeyType,
|
||||
|
|
|
@ -9,7 +9,8 @@ import { range } from 'lodash';
|
|||
|
||||
import { getTableData, insertData, updateToVersion } from './helpers';
|
||||
import type { ServiceIdString } from '../../types/ServiceId';
|
||||
import { normalizeAci, normalizePni } from '../../types/ServiceId';
|
||||
import { normalizePni } from '../../types/ServiceId';
|
||||
import { normalizeAci } from '../../util/normalizeAci';
|
||||
import type { PreKeyType } from '../../sql/Interface';
|
||||
|
||||
type TestingPreKey = Omit<
|
||||
|
|
|
@ -9,7 +9,8 @@ import { range } from 'lodash';
|
|||
|
||||
import { insertData, updateToVersion } from './helpers';
|
||||
import type { ServiceIdString } from '../../types/ServiceId';
|
||||
import { normalizeAci, normalizePni } from '../../types/ServiceId';
|
||||
import { normalizePni } from '../../types/ServiceId';
|
||||
import { normalizeAci } from '../../util/normalizeAci';
|
||||
import type { KyberPreKeyType, SignedPreKeyType } from '../../sql/Interface';
|
||||
|
||||
type TestingKyberKey = Omit<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue