forked from abner/for-legacy-web
feat(messaging): add basic support for text embeds
This commit is contained in:
@@ -15,7 +15,7 @@ import TextFile from "./TextFile";
|
||||
|
||||
interface Props {
|
||||
attachment: AttachmentI;
|
||||
hasContent: boolean;
|
||||
hasContent?: boolean;
|
||||
}
|
||||
|
||||
const MAX_ATTACHMENT_WIDTH = 480;
|
||||
|
||||
Reference in New Issue
Block a user