Decode html entities in link embeds

This commit is contained in:
Paul Frazee 2022-11-29 09:29:57 -06:00
parent 88c868dd80
commit 57f2d1d59f
4 changed files with 12 additions and 7 deletions

View file

@ -9,12 +9,7 @@ import {
} from 'react-native'
import {Entity} from '../../../third-party/api/src/client/types/app/bsky/feed/post'
import {Link} from '../util/Link'
import {
LinkMeta,
getLinkMeta,
getLikelyType,
LikelyType,
} from '../../../lib/link-meta'
import {LinkMeta, getLikelyType, LikelyType} from '../../../lib/link-meta'
import {colors} from '../../lib/styles'
import {useStores} from '../../../state'