From 0a5dabd878ab90403f5fda2d7c4ada706e66d42f Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 9 Jul 2026 14:14:35 -0500 Subject: [PATCH] Pass post to all PostAlerts --- src/components/Post/Embed/index.tsx | 6 +++++- src/screens/Messages/components/MessageInputEmbed.tsx | 1 + src/screens/PostThread/components/ThreadItemPost.tsx | 1 + src/screens/PostThread/components/ThreadItemTreePost.tsx | 1 + src/view/com/post/Post.tsx | 1 + src/view/com/posts/PostFeedItem.tsx | 1 + 6 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/components/Post/Embed/index.tsx b/src/components/Post/Embed/index.tsx index fc65bea551..c715dbd3ad 100644 --- a/src/components/Post/Embed/index.tsx +++ b/src/components/Post/Embed/index.tsx @@ -321,7 +321,11 @@ export function QuoteEmbed({ linkDisabled /> {moderation ? ( - + ) : null} {richText ? ( diff --git a/src/view/com/posts/PostFeedItem.tsx b/src/view/com/posts/PostFeedItem.tsx index 31c9c3d36f..9129c4167f 100644 --- a/src/view/com/posts/PostFeedItem.tsx +++ b/src/view/com/posts/PostFeedItem.tsx @@ -493,6 +493,7 @@ let PostContent = ({ ignoreMute childContainerStyle={styles.contentHiderChild}>