- Sort rows in the database by date
- Add fast buttons to add/remove all channels
This commit is contained in:
@@ -535,6 +535,7 @@ internal class MessageStore : IDisposable
|
||||
ExtraChatChannel
|
||||
FROM messages
|
||||
" + whereClause + @"
|
||||
ORDER BY Date
|
||||
LIMIT $Offset, $OffsetCount;
|
||||
";
|
||||
cmd.CommandTimeout = 120; // this could take a while on slow computers
|
||||
|
||||
Reference in New Issue
Block a user