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>
This commit is contained in:
parent
1b8b1b2ed1
commit
0270ada908
1 changed files with 3 additions and 1 deletions
|
@ -95,7 +95,9 @@ export function PostEmbeds({
|
||||||
// quote post
|
// quote post
|
||||||
// =
|
// =
|
||||||
return (
|
return (
|
||||||
<MaybeQuoteEmbed embed={embed} style={style} moderation={moderation} />
|
<ContentHider moderation={moderation}>
|
||||||
|
<MaybeQuoteEmbed embed={embed} style={style} moderation={moderation} />
|
||||||
|
</ContentHider>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue