We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3659e8f + 8bead60 commit 1c5aa3eCopy full SHA for 1c5aa3e
package/src/components/Reply/Reply.tsx
@@ -203,7 +203,9 @@ const ReplyWithContext = <
203
/>
204
) : null
205
) : null}
206
- {messageType === 'video' ? <VideoThumbnail style={[styles.videoAttachment]} /> : null}
+ {messageType === 'video' && !lastAttachment.og_scrape_url ? (
207
+ <VideoThumbnail style={[styles.videoAttachment]} />
208
+ ) : null}
209
<MessageTextContainer<StreamChatGenerics>
210
markdownStyles={
211
quotedMessage.deleted_at
0 commit comments