Add post deletion to highlighted post in threads

zio/stable
Paul Frazee 2022-11-16 16:18:15 -06:00
parent 41ae87e770
commit 284c635330
1 changed files with 3 additions and 1 deletions

View File

@ -123,7 +123,9 @@ export const PostThreadItem = observer(function PostThreadItem({
<PostDropdownBtn
style={styles.metaItem}
itemHref={itemHref}
itemTitle={itemTitle}>
itemTitle={itemTitle}
isAuthor={item.author.did === store.me.did}
onDeletePost={onDeletePost}>
<FontAwesomeIcon
icon="ellipsis-h"
size={14}