You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
Remove spurious TODO
This commit is contained in:
@@ -109,7 +109,6 @@ module.exports = React.createClass({
|
|||||||
var content = this.props.mxEvent.getContent();
|
var content = this.props.mxEvent.getContent();
|
||||||
var self = this;
|
var self = this;
|
||||||
if (content.file !== undefined && this.state.decryptedUrl === null) {
|
if (content.file !== undefined && this.state.decryptedUrl === null) {
|
||||||
// TODO: hook up an error handler to the promise.
|
|
||||||
DecryptFile.decryptFile(content.file).then(function(blob) {
|
DecryptFile.decryptFile(content.file).then(function(blob) {
|
||||||
if (!self._unmounted) {
|
if (!self._unmounted) {
|
||||||
self.setState({
|
self.setState({
|
||||||
|
|||||||
Reference in New Issue
Block a user