moderate avatars and embeds in composer reply to (#2665)

* moderate avatars and embeds in composer reply to

* oops

* dont need moderation in the quote opts
This commit is contained in:
Hailey 2024-01-30 18:11:23 -08:00 committed by GitHub
parent 28455f49dc
commit 59aacf4126
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 18 additions and 6 deletions

View file

@ -135,9 +135,10 @@ let FeedItemInner = ({
avatar: post.author.avatar,
},
embed: post.embed,
moderation,
},
})
}, [post, record, openComposer])
}, [post, record, openComposer, moderation])
const outerStyles = [
styles.outer,