about summary refs log tree commit diff
path: root/src/view/com/posts/FeedItem.tsx
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-02-18 14:44:48 -0800
committerHailey <me@haileyok.com>2024-02-18 14:44:48 -0800
commitdcf9fa5e11695a2eb70170baabde584a01fc8d36 (patch)
tree913b624db9c36d5558bd3a31cd9d042f8f4ceb8b /src/view/com/posts/FeedItem.tsx
parent31b7f7601563adea2dd8372b62c911b183953eec (diff)
parenta40b43dfc922ced379b73ec3967d8fb297cea925 (diff)
downloadvoidsky-dcf9fa5e11695a2eb70170baabde584a01fc8d36.tar.zst
Merge branch 'main' into fork/main
# Conflicts:
#	src/locale/locales/it/messages.po
Diffstat (limited to 'src/view/com/posts/FeedItem.tsx')
-rw-r--r--src/view/com/posts/FeedItem.tsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/view/com/posts/FeedItem.tsx b/src/view/com/posts/FeedItem.tsx
index 920409ec6..8d0f2bef2 100644
--- a/src/view/com/posts/FeedItem.tsx
+++ b/src/view/com/posts/FeedItem.tsx
@@ -21,7 +21,6 @@ import {PostEmbeds} from '../util/post-embeds'
 import {ContentHider} from '../util/moderation/ContentHider'
 import {PostAlerts} from '../util/moderation/PostAlerts'
 import {RichText} from '../util/text/RichText'
-import {PostSandboxWarning} from '../util/PostSandboxWarning'
 import {PreviewableUserAvatar} from '../util/UserAvatar'
 import {s} from 'lib/styles'
 import {usePalette} from 'lib/hooks/usePalette'
@@ -160,8 +159,6 @@ let FeedItemInner = ({
       href={href}
       noFeedback
       accessible={false}>
-      <PostSandboxWarning />
-
       <View style={{flexDirection: 'row', gap: 10, paddingLeft: 8}}>
         <View style={{width: 52}}>
           {isThreadChild && (