diff options
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 } |