created mention parent posts feature

This commit is contained in:
ue 2019-08-28 22:18:05 +03:00
parent 1d9d8be575
commit d51c94a12a

View File

@ -93,7 +93,7 @@ class NotificationContainer extends Component {
params = { params = {
author, author,
permlink, permlink,
isHasParentPost: get(data, 'parent_permlink'), isHasParentPost: get(data, 'parent_permlink') || get(data, 'type') === 'mention',
}; };
} else if (type === 'follow') { } else if (type === 'follow') {
routeName = ROUTES.SCREENS.PROFILE; routeName = ROUTES.SCREENS.PROFILE;