mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -8,12 +8,12 @@ import {
|
||||
getPeerIdFromConversation,
|
||||
getCallIdFromEra,
|
||||
getGroupCallMeta,
|
||||
} from '../../util/callDisposition.preload.js';
|
||||
} from '../../util/callDisposition.preload.ts';
|
||||
import {
|
||||
getDefaultConversation,
|
||||
getDefaultGroup,
|
||||
} from '../../test-helpers/getDefaultConversation.std.js';
|
||||
import { uuidToBytes } from '../../util/uuidToBytes.std.js';
|
||||
} from '../../test-helpers/getDefaultConversation.std.ts';
|
||||
import { uuidToBytes } from '../../util/uuidToBytes.std.ts';
|
||||
|
||||
const MOCK_ERA = 'abc';
|
||||
const MOCK_CALL_ID = '16919744041952114874';
|
||||
|
||||
Reference in New Issue
Block a user