From 37cafb080bb7a2892d20a991a49953c08dbe2763 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Mon, 4 Dec 2023 12:53:25 -0800 Subject: Fix: distinguish between post media and quotes with the moderation hider (#2075) * Fix: distinguish between post media and quotes with the moderation hider * Type fixes --- src/view/com/post-thread/PostThreadItem.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/view/com/post-thread/PostThreadItem.tsx') diff --git a/src/view/com/post-thread/PostThreadItem.tsx b/src/view/com/post-thread/PostThreadItem.tsx index 900adfa81..63119eedf 100644 --- a/src/view/com/post-thread/PostThreadItem.tsx +++ b/src/view/com/post-thread/PostThreadItem.tsx @@ -351,11 +351,14 @@ let PostThreadItemLoaded = ({ {post.embed && ( )} @@ -526,10 +529,14 @@ let PostThreadItemLoaded = ({ {post.embed && ( + moderation={moderation.embed} + moderationDecisions={moderation.decisions} + ignoreMute={isEmbedByEmbedder(post.embed, post.author.did)} + ignoreQuoteDecisions> )} -- cgit 1.4.1