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:
parent
28455f49dc
commit
59aacf4126
5 changed files with 18 additions and 6 deletions
|
@ -122,9 +122,10 @@ function PostInner({
|
|||
avatar: post.author.avatar,
|
||||
},
|
||||
embed: post.embed,
|
||||
moderation,
|
||||
},
|
||||
})
|
||||
}, [openComposer, post, record])
|
||||
}, [openComposer, post, record, moderation])
|
||||
|
||||
const onPressShowMore = React.useCallback(() => {
|
||||
setLimitLines(false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue