Merge branch 'videolightbox' of git://github.com/blackle/mastodon into blackle-videolightbox
This commit is contained in:
commit
e70b84b1dc
10 changed files with 95 additions and 9 deletions
|
@ -75,6 +75,10 @@ const mapDispatchToProps = (dispatch) => ({
|
|||
dispatch(openModal('MEDIA', { media, index }));
|
||||
},
|
||||
|
||||
onOpenVideo (media) {
|
||||
dispatch(openModal('VIDEO', { media }));
|
||||
},
|
||||
|
||||
onBlock (account) {
|
||||
dispatch(blockAccount(account.get('id')));
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue