chore: add TODO

This commit is contained in:
Ayo Ayco 2025-08-26 21:15:46 +02:00
parent c8fc98f3e5
commit 9e37322087

View file

@ -16,7 +16,7 @@ async fn index() -> impl Responder {
.await
.unwrap();
// Get the response json
// Get the response json ... TODO: Get Mastodon Status structure
let json_response: serde_json::Value = response.json().await.unwrap();
web::Json(json_response)