diff options
author | Tulir Asokan <tulir@maunium.net> | 2018-04-24 02:13:17 +0300 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2018-04-24 02:13:43 +0300 |
commit | 2a0145db884038342ba00cdb29fc29085e1faace (patch) | |
tree | e4362a636292981450c1884be16ba947ec2dc9a2 /interface | |
parent | 135fcbf284e941a312567d22af80fe69d49cbd89 (diff) |
Handle tag events
Diffstat (limited to 'interface')
-rw-r--r-- | interface/ui.go | 2 |
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 |