You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-28 09:24:05 +03:00
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:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user