feat(activitypub): implement user outbox endpoint and federate thoughts to followers

This commit is contained in:
2025-09-06 01:46:11 +02:00
parent e9c4088e68
commit 3dd6c0f64b
10 changed files with 411 additions and 9 deletions

View File

@@ -17,6 +17,7 @@ use models::schemas::{
user_follow_post,
user_follow_delete,
user_inbox_post,
user_outbox_get,
),
components(schemas(
CreateUserParams,