Sort messages by creation time

This commit is contained in:
Eli Ribble 2026-03-10 15:46:17 +00:00
parent 78d47c4035
commit 4ac7e29909
No known key found for this signature in database
4 changed files with 37 additions and 6 deletions

View file

@ -130,6 +130,7 @@
try {
// Build query parameters from filters
const params = new URLSearchParams();
params.append("sort", "-created");
if (this.typeFilter) params.append("type", this.typeFilter);
const response = await fetch(