mirror of
https://github.com/nullishamy/ferri.git
synced 2025-06-28 17:14:18 +00:00
feat: more fixes; finish account api types for now; add some more useful fields to it
This commit is contained in:
parent
76fb8838c2
commit
62931ee20b
10 changed files with 168 additions and 65 deletions
|
@ -45,6 +45,7 @@ pub async fn home(
|
|||
u.username, u.display_name, u.actor_id, p.created_at, p.boosted_post_id
|
||||
FROM post p
|
||||
INNER JOIN user u on p.user_id = u.id
|
||||
ORDER BY datetime(p.created_at) DESC
|
||||
"#
|
||||
)
|
||||
.fetch_all(&mut **db)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue