chore: tidy up ID usage; fmt

This commit is contained in:
nullishamy 2025-04-12 15:16:40 +01:00
parent 244cb8b7e6
commit 2b62948447
Signed by: amy
SSH key fingerprint: SHA256:WmV0uk6WgAQvDJlM8Ld4mFPHZo02CLXXP5VkwQ5xtyk
27 changed files with 603 additions and 483 deletions

View file

@ -1,13 +1,13 @@
use rocket::http::{ContentType, MediaType};
pub mod user;
pub mod oauth;
pub mod user;
pub mod api;
pub mod well_known;
pub mod custom;
pub mod inbox;
pub mod well_known;
fn activity_type() -> ContentType {
ContentType(MediaType::new("application", "activity+json"))
}
}