Support receiving multiple images in one messages
This commit is contained in:
parent
447a217397
commit
99252702e1
33 changed files with 3121 additions and 1237 deletions
|
@ -11,7 +11,7 @@ import { Color, Localizer } from '../../types/Util';
|
|||
import { ContactName } from './ContactName';
|
||||
|
||||
interface Props {
|
||||
attachment?: QuotedAttachment;
|
||||
attachment?: QuotedAttachmentType;
|
||||
authorPhoneNumber: string;
|
||||
authorProfileName?: string;
|
||||
authorName?: string;
|
||||
|
@ -26,7 +26,7 @@ interface Props {
|
|||
referencedMessageNotFound: boolean;
|
||||
}
|
||||
|
||||
export interface QuotedAttachment {
|
||||
export interface QuotedAttachmentType {
|
||||
contentType: MIME.MIMEType;
|
||||
fileName: string;
|
||||
/** Not included in protobuf */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue