Fix room ordering after initial sync (ref #36)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user