about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2023-08-04 15:48:22 -0500
committerGitHub <noreply@github.com>2023-08-04 13:48:22 -0700
commitd53cbb91bb91fe3da360c22b2dbd966b9bc39a83 (patch)
tree23bc1ea02744b06ea8a1932985ef7cf9d306ac72
parentf63ed57e3b0019c26a730150e1733370d44baaa9 (diff)
downloadvoidsky-d53cbb91bb91fe3da360c22b2dbd966b9bc39a83.tar.zst
fix post thread feedback regression (#1109)
-rw-r--r--src/view/com/post-thread/PostThreadItem.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/view/com/post-thread/PostThreadItem.tsx b/src/view/com/post-thread/PostThreadItem.tsx
index c00e7a9c6..41be392a7 100644
--- a/src/view/com/post-thread/PostThreadItem.tsx
+++ b/src/view/com/post-thread/PostThreadItem.tsx
@@ -161,7 +161,9 @@ export const PostThreadItem = observer(function PostThreadItem({
     return (
       <Link
         testID={`postThreadItem-by-${item.post.author.handle}`}
-        style={[styles.outer, styles.outerHighlighted, pal.border, pal.view]}>
+        style={[styles.outer, styles.outerHighlighted, pal.border, pal.view]}
+        noFeedback
+        accessible={false}>
         <PostSandboxWarning />
         <View style={styles.layout}>
           <View style={styles.layoutAvi}>