Change default ordering

This commit is contained in:
Mikhail 2024-05-24 10:48:49 +02:00
parent 6ce8c7a99f
commit 7a75b3fbd1
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ impl Storage {
where where
room_id = ? room_id = ?
order by order by
created_at desc; messages.id;
", ",
) )
.bind(room_id) .bind(room_id)