allow nested quotes in DMs (#4345)

This commit is contained in:
Samuel Newman 2024-06-04 13:03:43 +03:00 committed by GitHub
parent d918f8dc2a
commit 2ffb98e22a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 27 additions and 29 deletions

View file

@ -14,7 +14,7 @@ let MessageItemEmbed = ({
return (
<View style={[a.my_xs, t.atoms.bg, native({flexBasis: 0})]}>
<PostEmbeds embed={embed} />
<PostEmbeds embed={embed} allowNestedQuotes />
</View>
)
}