From cb3a6e764e3bd9023986bbce22ea971e7aa0a9d9 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 15 May 2018 18:45:09 +0300 Subject: Fix room ordering after initial sync (ref #36) --- interface/ui.go | 1 + 1 file changed, 1 insertion(+) (limited to 'interface/ui.go') 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 -- cgit v1.2.3