- Sort rows in the database by date

- Add fast buttons to add/remove all channels
This commit is contained in:
Infi
2026-05-01 02:10:10 +02:00
parent 33c922aaf7
commit 7dc34c6013
3 changed files with 50 additions and 0 deletions
+1
View File
@@ -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