Add alerts to embeds (#1138)

* Add alerts to embeds

* Add images to the mock data

* Fix types
This commit is contained in:
Paul Frazee
2023-08-08 15:54:36 -07:00
committed by GitHub
parent e51dbefd0a
commit bbe9861eef
8 changed files with 80 additions and 15 deletions
+4 -1
View File
@@ -293,7 +293,10 @@ export const FeedItem = observer(function ({
<ContentHider
moderation={item.moderation.embed}
style={styles.embed}>
<PostEmbeds embed={item.post.embed} />
<PostEmbeds
embed={item.post.embed}
moderation={item.moderation.embed}
/>
</ContentHider>
) : null}
{needsTranslation && (