parent
e7390317f5
commit
c35e5872c6
1 changed files with 7 additions and 4 deletions
|
@ -280,10 +280,13 @@ class Status extends ImmutablePureComponent {
|
||||||
if (signedIn) {
|
if (signedIn) {
|
||||||
dispatch(emojiReact(status, emoji));
|
dispatch(emojiReact(status, emoji));
|
||||||
} else {
|
} else {
|
||||||
dispatch(openModal('INTERACTION', {
|
dispatch(openModal({
|
||||||
type: 'favourite',
|
modalType: 'INTERACTION',
|
||||||
accountId: status.getIn(['account', 'id']),
|
modalProps: {
|
||||||
url: status.get('url'),
|
type: 'favourite',
|
||||||
|
accountId: status.getIn(['account', 'id']),
|
||||||
|
url: status.get('uri'),
|
||||||
|
},
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue