diff options
Diffstat (limited to 'interface')
-rw-r--r-- | interface/matrix.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/matrix.go b/interface/matrix.go index c40639d..459f99d 100644 --- a/interface/matrix.go +++ b/interface/matrix.go @@ -33,5 +33,5 @@ type MatrixContainer interface { JoinRoom(roomID string) error LeaveRoom(roomID string) error GetHistory(roomID, prevBatch string, limit int) ([]gomatrix.Event, string, error) - GetRoom(roomID string) *room.Room + GetRoom(roomID string) *rooms.Room } |