feat(activitypub): implement user inbox for receiving follow activities and add corresponding tests
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user