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:
parent
3a89b90e57
commit
c9b8aab0e0
2 changed files with 24 additions and 1 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue