mirror of
https://github.com/nullishamy/ferri.git
synced 2025-06-28 00:54:17 +00:00
fix: small bits
This commit is contained in:
parent
ecb706e93f
commit
f0e287c78d
3 changed files with 19 additions and 13 deletions
|
@ -143,6 +143,7 @@ pub async fn statuses(
|
|||
FROM post p
|
||||
INNER JOIN user u on p.user_id = u.id
|
||||
WHERE u.id = ?1
|
||||
ORDER BY p.created_at DESC
|
||||
"#, uid)
|
||||
.fetch_all(&mut **db)
|
||||
.await
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue