From 14903e0cdcd3ba78face2cbe0ad0287da269a1ea Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 22 May 2018 22:06:48 +0300 Subject: Add bare mode and fix terminal resize bug. Fixes #48 --- interface/matrix.go | 1 + 1 file changed, 1 insertion(+) (limited to 'interface') diff --git a/interface/matrix.go b/interface/matrix.go index 8b450a9..111a2b0 100644 --- a/interface/matrix.go +++ b/interface/matrix.go @@ -43,5 +43,6 @@ type MatrixContainer interface { GetRoom(roomID string) *rooms.Room Download(mxcURL string) ([]byte, string, string, error) + GetDownloadURL(homeserver, fileID string) string GetCachePath(homeserver, fileID string) string } -- cgit v1.2.3