Fixed the backlog being sent in reverse order.
This commit is contained in:
parent
c21605cf3b
commit
c291ef178d
1 changed files with 2 additions and 0 deletions
|
@ -112,6 +112,8 @@ namespace SharpChat.EventStorage {
|
|||
Logger.Write(ex);
|
||||
}
|
||||
|
||||
events.Reverse();
|
||||
|
||||
return events;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue