ext gif check (#5725)

This commit is contained in:
Hailey
2024-10-11 16:25:28 -07:00
committed by GitHub
parent 907b8d17f5
commit 0f7cd2b74d
+2
View File
@@ -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,