Fix mention-creation and implement mentions in notifications
This commit is contained in:
parent
1a11c13fce
commit
ae522c86fe
3 changed files with 22 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue