Decypt m.video events

This commit is contained in:
Mark Haines 2016-11-04 13:05:34 +00:00
parent a4a0d02848
commit 95e8889857
2 changed files with 94 additions and 7 deletions

View file

@ -162,7 +162,6 @@ module.exports = React.createClass({
render: function() {
var TintableSvg = sdk.getComponent("elements.TintableSvg");
var content = this.props.mxEvent.getContent();
var cli = MatrixClientPeg.get();
if (content.file !== undefined && this.state.decryptedUrl === null) {