Fix mention-creation and implement mentions in notifications

This commit is contained in:
Paul Frazee
2022-12-06 13:47:52 -06:00
parent 8413fccdb5
commit 383a40bc03
3 changed files with 22 additions and 4 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ export const FeedItem = observer(function FeedItem({
return <View />
}
if (item.isReply) {
if (item.isReply || item.isMention) {
return (
<Link href={itemHref} title={itemTitle}>
<Post