aboutsummaryrefslogtreecommitdiff
path: root/interface
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-03-20 12:16:32 +0200
committerTulir Asokan <tulir@maunium.net>2018-03-20 12:16:32 +0200
commit3897f23bc4dd24cf54ba39fad544d10feb273120 (patch)
treedbf3e8393661ccf1200b5127ace087077ddba413 /interface
parentde2a8aee060fa870f17cdd08b9ce5e0cd0287718 (diff)
Add support for loading more history
Diffstat (limited to 'interface')
-rw-r--r--interface/ui.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/interface/ui.go b/interface/ui.go
index 406aa2f..088c2f4 100644
--- a/interface/ui.go
+++ b/interface/ui.go
@@ -48,7 +48,6 @@ type MainView interface {
SetTyping(roomID string, users []string)
AddServiceMessage(roomID string, message string)
- GetHistory(room string)
ProcessMessageEvent(evt *gomatrix.Event) (*widget.RoomView, *types.Message)
ProcessMembershipEvent(evt *gomatrix.Event, new bool) (*widget.RoomView, *types.Message)
}