feat(activitypub): implement user inbox for receiving follow activities and add corresponding tests

This commit is contained in:
2025-09-06 01:37:23 +02:00
parent c7c573f3f4
commit e9c4088e68
4 changed files with 107 additions and 5 deletions

View File

@@ -15,7 +15,8 @@ use models::schemas::{
get_user_by_param,
user_thoughts_get,
user_follow_post,
user_follow_delete
user_follow_delete,
user_inbox_post,
),
components(schemas(
CreateUserParams,