diff --git a/src/components/status.jsx b/src/components/status.jsx index 7ae36a3..eebdfb1 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -1822,7 +1822,9 @@ function Status({ media={media} autoAnimate={isSizeLarge} showCaption={mediaAttachments.length === 1} - allowLongerCaption={!content} + allowLongerCaption={ + !content && mediaAttachments.length === 1 + } lang={language} altIndex={ showMultipleMediaCaptions &&