Fix mention-creation and implement mentions in notifications

This commit is contained in:
Paul Frazee 2022-12-06 13:47:52 -06:00
parent 1a11c13fce
commit ae522c86fe
3 changed files with 22 additions and 4 deletions

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