fedimovies/src/activitypub/handlers
2022-06-01 17:13:13 +00:00
..
accept_follow.rs Move Accept(Follow), Reject(Follow) and Undo() activity handlers to inbox module 2022-06-01 17:11:05 +00:00
announce.rs Move Announce() activity handler to inbox::announce module 2022-06-01 17:06:37 +00:00
create_note.rs Rename activitypub::inbox module to handlers 2022-06-01 17:02:25 +00:00
delete.rs Handle Delete(Person) activities 2022-06-01 17:13:13 +00:00
follow.rs Move Follow() activity handler to inbox::follow module 2022-06-01 17:10:02 +00:00
like.rs Move Like() activity handler to inbox::like module 2022-06-01 17:07:39 +00:00
mod.rs Move Accept(Follow), Reject(Follow) and Undo() activity handlers to inbox module 2022-06-01 17:11:05 +00:00
reject_follow.rs Move Accept(Follow), Reject(Follow) and Undo() activity handlers to inbox module 2022-06-01 17:11:05 +00:00
undo.rs Handle Delete(Person) activities 2022-06-01 17:13:13 +00:00
undo_follow.rs Move Accept(Follow), Reject(Follow) and Undo() activity handlers to inbox module 2022-06-01 17:11:05 +00:00
update_note.rs Define common return type for activity handlers 2022-06-01 17:03:29 +00:00
update_person.rs Define common return type for activity handlers 2022-06-01 17:03:29 +00:00