mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-20 11:51:52 +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 = {
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user