mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 03:43:27 +01:00
Use DurationInSeconds for expireTimer
This commit is contained in:
3
ts/textsecure/Types.d.ts
vendored
3
ts/textsecure/Types.d.ts
vendored
@@ -7,6 +7,7 @@ import type { UUID, UUIDStringType } from '../types/UUID';
|
||||
import type { TextAttachmentType } from '../types/Attachment';
|
||||
import type { GiftBadgeStates } from '../components/conversation/Message';
|
||||
import type { MIMEType } from '../types/MIME';
|
||||
import type { DurationInSeconds } from '../util/durations';
|
||||
|
||||
export {
|
||||
IdentityKeyType,
|
||||
@@ -207,7 +208,7 @@ export type ProcessedDataMessage = {
|
||||
group?: ProcessedGroupContext;
|
||||
groupV2?: ProcessedGroupV2Context;
|
||||
flags: number;
|
||||
expireTimer: number;
|
||||
expireTimer: DurationInSeconds;
|
||||
profileKey?: string;
|
||||
timestamp: number;
|
||||
quote?: ProcessedQuote;
|
||||
|
||||
Reference in New Issue
Block a user