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 <pfrazee@gmail.com>zio/stable
parent
1b8b1b2ed1
commit
0270ada908
|
@ -95,7 +95,9 @@ export function PostEmbeds({
|
|||
// quote post
|
||||
// =
|
||||
return (
|
||||
<MaybeQuoteEmbed embed={embed} style={style} moderation={moderation} />
|
||||
<ContentHider moderation={moderation}>
|
||||
<MaybeQuoteEmbed embed={embed} style={style} moderation={moderation} />
|
||||
</ContentHider>
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue