Sort messages by creation time
This commit is contained in:
parent
78d47c4035
commit
4ac7e29909
4 changed files with 37 additions and 6 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue