about summary refs log tree commit diff
path: root/src/view/com/post/Post.tsx
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2025-02-27 13:18:30 -0800
committerGitHub <noreply@github.com>2025-02-27 13:18:30 -0800
commita2b71e3a4b786565938cef60924b27c5cd7f0660 (patch)
treeff78bc233ab5c1507b3f13f2dcbeaac96974ad07 /src/view/com/post/Post.tsx
parenta3d36393a16b6219d97d2a553aa426ab108f3168 (diff)
downloadvoidsky-a2b71e3a4b786565938cef60924b27c5cd7f0660.tar.zst
tweak link handling (#7857)
Diffstat (limited to 'src/view/com/post/Post.tsx')
-rw-r--r--src/view/com/post/Post.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/post/Post.tsx b/src/view/com/post/Post.tsx
index e3fca3e8b..600cee428 100644
--- a/src/view/com/post/Post.tsx
+++ b/src/view/com/post/Post.tsx
@@ -234,6 +234,7 @@ function PostInner({
                   numberOfLines={limitLines ? MAX_POST_LINES : undefined}
                   style={[a.flex_1, a.text_md]}
                   authorHandle={post.author.handle}
+                  shouldProxyLinks={true}
                 />
               </View>
             ) : undefined}