Workings for future posterity - Can't access iframe content from parent. iframe needs to initiate. Postmessage data up the stack.

This commit is contained in:
Richard Lewis 2017-12-03 19:44:59 +00:00
parent 3a89b90e57
commit c9b8aab0e0
2 changed files with 24 additions and 1 deletions

View file

@ -468,6 +468,9 @@ module.exports = React.createClass({
unsentMessageError: this._getUnsentMessageError(this.state.room),
});
break;
case 'picture_snapshot':
this.uploadFile(payload.file);
break;
case 'notifier_enabled':
case 'upload_failed':
case 'upload_started':