feat(messaging): add basic support for text embeds

This commit is contained in:
Paul Makles
2022-01-15 14:11:08 +00:00
parent 4526a696c6
commit 56f2411652
2 changed files with 55 additions and 33 deletions

View File

@@ -15,7 +15,7 @@ import TextFile from "./TextFile";
interface Props {
attachment: AttachmentI;
hasContent: boolean;
hasContent?: boolean;
}
const MAX_ATTACHMENT_WIDTH = 480;