forked from lavina/lavina
Change default ordering
This commit is contained in:
parent
6ce8c7a99f
commit
7a75b3fbd1
|
@ -48,7 +48,7 @@ impl Storage {
|
|||
where
|
||||
room_id = ?
|
||||
order by
|
||||
created_at desc;
|
||||
messages.id;
|
||||
",
|
||||
)
|
||||
.bind(room_id)
|
||||
|
|
Loading…
Reference in New Issue