Add bare mode and fix terminal resize bug. Fixes #48
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user