diff options
author | Tulir Asokan <tulir@maunium.net> | 2018-05-15 18:45:09 +0300 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2018-05-15 18:47:34 +0300 |
commit | cb3a6e764e3bd9023986bbce22ea971e7aa0a9d9 (patch) | |
tree | cedc6aadaec21ba4ddd0d5d1d0d1a66e9acbc7dd /interface | |
parent | fdbb168e2bd4ba6eca864a41c0d1906669fb5fbe (diff) |
Fix room ordering after initial sync (ref #36)
Diffstat (limited to 'interface')
-rw-r--r-- | interface/ui.go | 1 |
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 |