From 0270ada908f4b8ad499724a9dd10eb7eff72785d Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 8 Dec 2023 18:15:07 -0600 Subject: Fix quote post moderation check (#2149) * Fix quote post moderation check * Restore the ContentHider check * Apply the content hider to quote posts --------- Co-authored-by: Paul Frazee --- src/view/com/util/post-embeds/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/view/com/util/post-embeds/index.tsx b/src/view/com/util/post-embeds/index.tsx index 5c16a3b3e..2814cad87 100644 --- a/src/view/com/util/post-embeds/index.tsx +++ b/src/view/com/util/post-embeds/index.tsx @@ -95,7 +95,9 @@ export function PostEmbeds({ // quote post // = return ( - + + + ) } -- cgit 1.4.1