From b019266062e3f886a40500a290c7a1a751d59f88 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 16 Jun 2019 15:19:42 +0300 Subject: Re-enable downloading images --- matrix/matrix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'matrix') 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 } -- cgit v1.2.3