Allow video to be expanded into lightbox

This commit is contained in:
blackle
2017-04-13 09:04:18 -04:00
parent a57d30c680
commit 00cc3066a2
10 changed files with 95 additions and 9 deletions

View File

@ -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')));
},