Fix room ordering after initial sync (ref #36)

This commit is contained in:
Tulir Asokan
2018-05-15 18:45:09 +03:00
parent fdbb168e2b
commit cb3a6e764e
3 changed files with 11 additions and 1 deletions

View File

@ -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