aboutsummaryrefslogtreecommitdiff
path: root/matrix/matrix.go
diff options
context:
space:
mode:
Diffstat (limited to 'matrix/matrix.go')
-rw-r--r--matrix/matrix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/matrix/matrix.go b/matrix/matrix.go
index cfd5614..28eef44 100644
--- a/matrix/matrix.go
+++ b/matrix/matrix.go
@@ -707,7 +707,7 @@ func (c *Container) Download(mxcURL string) (data []byte, hs, id string, err err
}
}
- //FIXME data, err = c.download(hs, id, cacheFile)
+ data, err = c.download(hs, id, cacheFile)
return
}