Universal Disappearing Messages
This commit is contained in:
parent
c63871d71b
commit
19f8042cd3
50 changed files with 1224 additions and 191 deletions
3
ts/window.d.ts
vendored
3
ts/window.d.ts
vendored
|
@ -102,6 +102,7 @@ import { MessageDetail } from './components/conversation/MessageDetail';
|
|||
import { ProgressModal } from './components/ProgressModal';
|
||||
import { Quote } from './components/conversation/Quote';
|
||||
import { StagedLinkPreview } from './components/conversation/StagedLinkPreview';
|
||||
import { DisappearingTimeDialog } from './components/conversation/DisappearingTimeDialog';
|
||||
import { MIMEType } from './types/MIME';
|
||||
import { ElectronLocaleType } from './util/mapToSupportLocale';
|
||||
import { SignalProtocolStore } from './SignalProtocolStore';
|
||||
|
@ -488,6 +489,7 @@ declare global {
|
|||
ProgressModal: typeof ProgressModal;
|
||||
Quote: typeof Quote;
|
||||
StagedLinkPreview: typeof StagedLinkPreview;
|
||||
DisappearingTimeDialog: typeof DisappearingTimeDialog;
|
||||
};
|
||||
OS: typeof OS;
|
||||
Workflow: {
|
||||
|
@ -796,4 +798,5 @@ export type WhisperType = {
|
|||
View: typeof Backbone.View & {
|
||||
Templates: Record<string, string>;
|
||||
};
|
||||
DisappearingTimeDialog: typeof window.Whisper.View | undefined;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue