mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-26 03:18:17 +01:00
Process text story messages
This commit is contained in:
2
ts/textsecure/Types.d.ts
vendored
2
ts/textsecure/Types.d.ts
vendored
@@ -4,6 +4,7 @@
|
||||
import type { SignalService as Proto } from '../protobuf';
|
||||
import type { IncomingWebSocketRequest } from './WebsocketResources';
|
||||
import type { UUID } from '../types/UUID';
|
||||
import type { TextAttachmentType } from '../types/Attachment';
|
||||
|
||||
export {
|
||||
IdentityKeyType,
|
||||
@@ -105,6 +106,7 @@ export type ProcessedAttachment = {
|
||||
caption?: string;
|
||||
blurHash?: string;
|
||||
cdnNumber?: number;
|
||||
textAttachment?: TextAttachmentType;
|
||||
};
|
||||
|
||||
export type ProcessedGroupContext = {
|
||||
|
||||
Reference in New Issue
Block a user