aboutsummaryrefslogtreecommitdiff
path: root/interface
diff options
context:
space:
mode:
Diffstat (limited to 'interface')
-rw-r--r--interface/ui.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/interface/ui.go b/interface/ui.go
index ec85b0f..c36819a 100644
--- a/interface/ui.go
+++ b/interface/ui.go
@@ -54,6 +54,8 @@ type MainView interface {
SetRooms(roomIDs []string)
SaveAllHistory()
+ UpdateTags(room *rooms.Room, newTags []rooms.RoomTag)
+
SetTyping(roomID string, users []string)
ParseEvent(roomView RoomView, evt *gomatrix.Event) Message