mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-20 03:42:10 +03:00
created mention parent posts feature
This commit is contained in:
parent
1d9d8be575
commit
d51c94a12a
@ -93,7 +93,7 @@ class NotificationContainer extends Component {
|
||||
params = {
|
||||
author,
|
||||
permlink,
|
||||
isHasParentPost: get(data, 'parent_permlink'),
|
||||
isHasParentPost: get(data, 'parent_permlink') || get(data, 'type') === 'mention',
|
||||
};
|
||||
} else if (type === 'follow') {
|
||||
routeName = ROUTES.SCREENS.PROFILE;
|
||||
|
Loading…
Reference in New Issue
Block a user