diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/composer/Composer.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/view/com/composer/Composer.tsx b/src/view/com/composer/Composer.tsx index 49a498cce..7b16a99fd 100644 --- a/src/view/com/composer/Composer.tsx +++ b/src/view/com/composer/Composer.tsx @@ -360,6 +360,7 @@ export const ComposePost = ({ richtext.text.trim().length === 0 && images.length === 0 && !extLink && + !extGif && !quote && videoState.status === 'idle' ) { @@ -451,6 +452,7 @@ export const ComposePost = ({ agent, draft, extLink, + extGif, images, graphemeLength, isAltTextRequiredAndMissing, |