aboutsummaryrefslogtreecommitdiff
path: root/interface
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-05-15 18:45:09 +0300
committerTulir Asokan <tulir@maunium.net>2018-05-15 18:47:34 +0300
commitcb3a6e764e3bd9023986bbce22ea971e7aa0a9d9 (patch)
treecedc6aadaec21ba4ddd0d5d1d0d1a66e9acbc7dd /interface
parentfdbb168e2bd4ba6eca864a41c0d1906669fb5fbe (diff)
Fix room ordering after initial sync (ref #36)
Diffstat (limited to 'interface')
-rw-r--r--interface/ui.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/interface/ui.go b/interface/ui.go
index e487d3e..b69f048 100644
--- a/interface/ui.go
+++ b/interface/ui.go
@@ -52,6 +52,7 @@ type MainView interface {
ParseEvent(roomView RoomView, evt *gomatrix.Event) Message
NotifyMessage(room *rooms.Room, message Message, should pushrules.PushActionArrayShould)
+ InitialSyncDone()
}
type MessageDirection int