diff options
author | Hailey <me@haileyok.com> | 2025-02-27 13:18:30 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-27 13:18:30 -0800 |
commit | a2b71e3a4b786565938cef60924b27c5cd7f0660 (patch) | |
tree | ff78bc233ab5c1507b3f13f2dcbeaac96974ad07 /src/view/com/posts/PostFeedItem.tsx | |
parent | a3d36393a16b6219d97d2a553aa426ab108f3168 (diff) | |
download | voidsky-a2b71e3a4b786565938cef60924b27c5cd7f0660.tar.zst |
tweak link handling (#7857)
Diffstat (limited to 'src/view/com/posts/PostFeedItem.tsx')
-rw-r--r-- | src/view/com/posts/PostFeedItem.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/posts/PostFeedItem.tsx b/src/view/com/posts/PostFeedItem.tsx index 13c243c0a..499b9ccd5 100644 --- a/src/view/com/posts/PostFeedItem.tsx +++ b/src/view/com/posts/PostFeedItem.tsx @@ -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} |