feat: better APIs; WIP timeline support

This commit is contained in:
nullishamy 2025-04-11 15:47:22 +01:00
parent 022e6f9c6d
commit ce3a9bfb26
Signed by: amy
SSH key fingerprint: SHA256:WmV0uk6WgAQvDJlM8Ld4mFPHZo02CLXXP5VkwQ5xtyk
19 changed files with 425 additions and 211 deletions

View file

@ -6,6 +6,7 @@ pub mod oauth;
pub mod api;
pub mod well_known;
pub mod custom;
pub mod inbox;
fn activity_type() -> ContentType {
ContentType(MediaType::new("application", "activity+json"))