aboutsummaryrefslogtreecommitdiff
path: root/interface
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-04-24 02:13:17 +0300
committerTulir Asokan <tulir@maunium.net>2018-04-24 02:13:43 +0300
commit2a0145db884038342ba00cdb29fc29085e1faace (patch)
treee4362a636292981450c1884be16ba947ec2dc9a2 /interface
parent135fcbf284e941a312567d22af80fe69d49cbd89 (diff)
Handle tag events
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