Fix ext embeds in DMs (#5419)

* fix ext embeds in DMs

* undo acciental rounding change
This commit is contained in:
Samuel Newman
2024-09-19 15:32:12 +01:00
committed by GitHub
parent bda355fd58
commit 8fde02fabc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import {
AppBskyFeedDefs,
AppBskyEmbedRecord,
AppBskyEmbedRecordWithMedia,
AppBskyFeedDefs,
} from '@atproto/api'
export function isEmbedByEmbedder(
@@ -59,7 +59,7 @@ export const ExternalLinkEmbed = ({
}
return (
<View style={[a.flex_col, a.rounded_sm]}>
<View style={[a.flex_col, a.w_full]}>
<LinkWrapper link={link} onOpen={onOpen} style={style}>
{imageUri && !embedPlayerParams ? (
<View>