feat: logging; fixes; error handloing

This commit is contained in:
nullishamy 2025-04-25 16:46:47 +01:00
parent 9c7c2858cc
commit 3719fae102
Signed by: amy
SSH key fingerprint: SHA256:WmV0uk6WgAQvDJlM8Ld4mFPHZo02CLXXP5VkwQ5xtyk
18 changed files with 228 additions and 106 deletions

View file

@ -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",