diff options
author | Tulir Asokan <tulir@maunium.net> | 2018-05-22 22:06:48 +0300 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2018-05-22 22:06:49 +0300 |
commit | 14903e0cdcd3ba78face2cbe0ad0287da269a1ea (patch) | |
tree | 664fd5cec84d1728bc704a31955ae03bfe9d32ea /interface | |
parent | 4849ef08b861ee5886f879c320ee6e1d8169f139 (diff) |
Add bare mode and fix terminal resize bug. Fixes #48
Diffstat (limited to 'interface')
-rw-r--r-- | interface/matrix.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |