Decode html entities in link embeds
This commit is contained in:
parent
88c868dd80
commit
57f2d1d59f
4 changed files with 12 additions and 7 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue