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:
@@ -5,17 +5,17 @@ import type {
|
||||
GroupSendCombinedEndorsementRecord,
|
||||
GroupSendEndorsementsData,
|
||||
GroupSendMemberEndorsementRecord,
|
||||
} from '../../types/GroupSendEndorsements.std.js';
|
||||
} from '../../types/GroupSendEndorsements.std.ts';
|
||||
import {
|
||||
groupSendEndorsementExpirationSchema,
|
||||
groupSendMemberEndorsementSchema,
|
||||
groupSendEndorsementsDataSchema,
|
||||
} from '../../types/GroupSendEndorsements.std.js';
|
||||
import type { ReadableDB, WritableDB } from '../Interface.std.js';
|
||||
import { sql } from '../util.std.js';
|
||||
import type { AciString } from '../../types/ServiceId.std.js';
|
||||
import { strictAssert } from '../../util/assert.std.js';
|
||||
import { parseLoose, parseUnknown } from '../../util/schemas.std.js';
|
||||
} from '../../types/GroupSendEndorsements.std.ts';
|
||||
import type { ReadableDB, WritableDB } from '../Interface.std.ts';
|
||||
import { sql } from '../util.std.ts';
|
||||
import type { AciString } from '../../types/ServiceId.std.ts';
|
||||
import { strictAssert } from '../../util/assert.std.ts';
|
||||
import { parseLoose, parseUnknown } from '../../util/schemas.std.ts';
|
||||
|
||||
/**
|
||||
* We don't need to store more than one endorsement per group or per member.
|
||||
|
||||
Reference in New Issue
Block a user