mirror of
https://github.com/nullishamy/ferri.git
synced 2025-06-28 09:04:18 +00:00
feat: logging; fixes; error handloing
This commit is contained in:
parent
9c7c2858cc
commit
3719fae102
18 changed files with 228 additions and 106 deletions
|
@ -37,7 +37,6 @@ pub async fn home(
|
|||
limit: i64,
|
||||
user: AuthenticatedUser,
|
||||
) -> Json<Vec<TimelineStatus>> {
|
||||
dbg!(user);
|
||||
let posts = sqlx::query!(
|
||||
r#"
|
||||
SELECT p.id as "post_id", u.id as "user_id", p.content, p.uri as "post_uri",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue