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