Add post deletion to highlighted post in threads
parent
41ae87e770
commit
284c635330
|
@ -123,7 +123,9 @@ export const PostThreadItem = observer(function PostThreadItem({
|
||||||
<PostDropdownBtn
|
<PostDropdownBtn
|
||||||
style={styles.metaItem}
|
style={styles.metaItem}
|
||||||
itemHref={itemHref}
|
itemHref={itemHref}
|
||||||
itemTitle={itemTitle}>
|
itemTitle={itemTitle}
|
||||||
|
isAuthor={item.author.did === store.me.did}
|
||||||
|
onDeletePost={onDeletePost}>
|
||||||
<FontAwesomeIcon
|
<FontAwesomeIcon
|
||||||
icon="ellipsis-h"
|
icon="ellipsis-h"
|
||||||
size={14}
|
size={14}
|
||||||
|
|
Loading…
Reference in New Issue