An ATproto social media client -- with an independent Appview.

Fix ext embeds in DMs (#5419)

* fix ext embeds in DMs

* undo acciental rounding change

authored by samuel.fm and committed by

GitHub 8fde02fa bda355fd

+2 -2
+1 -1
src/lib/embeds.ts
··· 1 1 import { 2 - AppBskyFeedDefs, 3 2 AppBskyEmbedRecord, 4 3 AppBskyEmbedRecordWithMedia, 4 + AppBskyFeedDefs, 5 5 } from '@atproto/api' 6 6 7 7 export function isEmbedByEmbedder(
+1 -1
src/view/com/util/post-embeds/ExternalLinkEmbed.tsx
··· 59 59 } 60 60 61 61 return ( 62 - <View style={[a.flex_col, a.rounded_sm]}> 62 + <View style={[a.flex_col, a.w_full]}> 63 63 <LinkWrapper link={link} onOpen={onOpen} style={style}> 64 64 {imageUri && !embedPlayerParams ? ( 65 65 <View>