Process text story messages

This commit is contained in:
Josh Perez
2022-04-05 21:18:07 -04:00
committed by GitHub
parent 11d54f6769
commit fc9bdf9398
17 changed files with 955 additions and 6 deletions

View File

@@ -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 = {