pass more props
This commit is contained in:
@@ -375,6 +375,7 @@ let PostThreadItemLoaded = ({
|
|||||||
value={richText}
|
value={richText}
|
||||||
style={[a.flex_1, a.text_xl]}
|
style={[a.flex_1, a.text_xl]}
|
||||||
authorHandle={post.author.handle}
|
authorHandle={post.author.handle}
|
||||||
|
shouldProxyLinks={true}
|
||||||
/>
|
/>
|
||||||
) : undefined}
|
) : undefined}
|
||||||
{post.embed && (
|
{post.embed && (
|
||||||
@@ -590,6 +591,7 @@ let PostThreadItemLoaded = ({
|
|||||||
style={[a.flex_1, a.text_md]}
|
style={[a.flex_1, a.text_md]}
|
||||||
numberOfLines={limitLines ? MAX_POST_LINES : undefined}
|
numberOfLines={limitLines ? MAX_POST_LINES : undefined}
|
||||||
authorHandle={post.author.handle}
|
authorHandle={post.author.handle}
|
||||||
|
shouldProxyLinks={true}
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
) : undefined}
|
) : undefined}
|
||||||
|
|||||||
@@ -234,7 +234,7 @@ function PostInner({
|
|||||||
numberOfLines={limitLines ? MAX_POST_LINES : undefined}
|
numberOfLines={limitLines ? MAX_POST_LINES : undefined}
|
||||||
style={[a.flex_1, a.text_md]}
|
style={[a.flex_1, a.text_md]}
|
||||||
authorHandle={post.author.handle}
|
authorHandle={post.author.handle}
|
||||||
shouldProxyLinks
|
shouldProxyLinks={true}
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
) : undefined}
|
) : undefined}
|
||||||
|
|||||||
@@ -506,6 +506,7 @@ let PostContent = ({
|
|||||||
numberOfLines={limitLines ? MAX_POST_LINES : undefined}
|
numberOfLines={limitLines ? MAX_POST_LINES : undefined}
|
||||||
style={[a.flex_1, a.text_md]}
|
style={[a.flex_1, a.text_md]}
|
||||||
authorHandle={postAuthor.handle}
|
authorHandle={postAuthor.handle}
|
||||||
|
shouldProxyLinks={true}
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
) : undefined}
|
) : undefined}
|
||||||
|
|||||||
Reference in New Issue
Block a user