Fix ext embeds in DMs (#5419)
* fix ext embeds in DMs * undo acciental rounding change
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
import {
|
import {
|
||||||
AppBskyFeedDefs,
|
|
||||||
AppBskyEmbedRecord,
|
AppBskyEmbedRecord,
|
||||||
AppBskyEmbedRecordWithMedia,
|
AppBskyEmbedRecordWithMedia,
|
||||||
|
AppBskyFeedDefs,
|
||||||
} from '@atproto/api'
|
} from '@atproto/api'
|
||||||
|
|
||||||
export function isEmbedByEmbedder(
|
export function isEmbedByEmbedder(
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ export const ExternalLinkEmbed = ({
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<View style={[a.flex_col, a.rounded_sm]}>
|
<View style={[a.flex_col, a.w_full]}>
|
||||||
<LinkWrapper link={link} onOpen={onOpen} style={style}>
|
<LinkWrapper link={link} onOpen={onOpen} style={style}>
|
||||||
{imageUri && !embedPlayerParams ? (
|
{imageUri && !embedPlayerParams ? (
|
||||||
<View>
|
<View>
|
||||||
|
|||||||
Reference in New Issue
Block a user