tweak link handling (#7857)
This commit is contained in:
@@ -375,6 +375,7 @@ let PostThreadItemLoaded = ({
|
||||
value={richText}
|
||||
style={[a.flex_1, a.text_xl]}
|
||||
authorHandle={post.author.handle}
|
||||
shouldProxyLinks={true}
|
||||
/>
|
||||
) : undefined}
|
||||
{post.embed && (
|
||||
@@ -590,6 +591,7 @@ let PostThreadItemLoaded = ({
|
||||
style={[a.flex_1, a.text_md]}
|
||||
numberOfLines={limitLines ? MAX_POST_LINES : undefined}
|
||||
authorHandle={post.author.handle}
|
||||
shouldProxyLinks={true}
|
||||
/>
|
||||
</View>
|
||||
) : undefined}
|
||||
|
||||
Reference in New Issue
Block a user