Improvements to the media editor

This commit is contained in:
Josh Perez
2023-09-14 13:04:48 -04:00
committed by GitHub
parent e8eb7638c4
commit d0296ececa
61 changed files with 1124 additions and 969 deletions

View File

@@ -9,11 +9,8 @@ import Long from 'long';
import type { LoggerType } from '../../types/Logging';
import { strictAssert } from '../../util/assert';
import {
isAciString,
isUntaggedPniString,
toTaggedPni,
} from '../../types/ServiceId';
import { isUntaggedPniString, toTaggedPni } from '../../types/ServiceId';
import { isAciString } from '../../util/isAciString';
import * as Bytes from '../../Bytes';
import { UUID_BYTE_SIZE } from '../../Crypto';
import { uuidToBytes, bytesToUuid } from '../../util/uuidToBytes';