pass more props

This commit is contained in:
Hailey
2025-02-27 12:55:54 -08:00
parent d236a17810
commit 50be57f6b5
3 changed files with 4 additions and 1 deletions
@@ -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}
+1 -1
View File
@@ -234,7 +234,7 @@ function PostInner({
numberOfLines={limitLines ? MAX_POST_LINES : undefined}
style={[a.flex_1, a.text_md]}
authorHandle={post.author.handle}
shouldProxyLinks
shouldProxyLinks={true}
/>
</View>
) : undefined}
+1
View File
@@ -506,6 +506,7 @@ let PostContent = ({
numberOfLines={limitLines ? MAX_POST_LINES : undefined}
style={[a.flex_1, a.text_md]}
authorHandle={postAuthor.handle}
shouldProxyLinks={true}
/>
</View>
) : undefined}