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