Rename UIString to TString, move ansimage to lib/ and switch to tcell fork
This commit is contained in:
@ -34,5 +34,5 @@ type MatrixContainer interface {
|
||||
LeaveRoom(roomID string) error
|
||||
GetHistory(roomID, prevBatch string, limit int) ([]gomatrix.Event, string, error)
|
||||
GetRoom(roomID string) *rooms.Room
|
||||
Download(mxcURL string) ([]byte, error)
|
||||
Download(mxcURL string) ([]byte, string, error)
|
||||
}
|
||||
|
@ -19,7 +19,7 @@ package ifc
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/gdamore/tcell"
|
||||
"maunium.net/go/tcell"
|
||||
"maunium.net/go/gomatrix"
|
||||
"maunium.net/go/gomuks/matrix/pushrules"
|
||||
"maunium.net/go/gomuks/matrix/rooms"
|
||||
|
Reference in New Issue
Block a user