fedimovies/src/activitypub/handlers
2022-09-17 16:35:23 +00:00
..
accept_follow.rs Ignore Accept(Follow) if follow request is already accepted 2022-09-12 23:39:08 +00:00
add.rs Add subscribers_count field to Account object 2022-09-13 19:15:58 +00:00
announce.rs Ignore Announce(Like) activities 2022-09-15 21:40:24 +00:00
create_note.rs Allow tag property value to be an object 2022-09-17 16:35:23 +00:00
delete.rs Use tokio::spawn instead of actix_rt::spawn 2022-07-17 00:03:43 +00:00
follow.rs Move AP ID parsers to activitypub::identifiers module 2022-07-16 14:10:56 +00:00
like.rs Move AP ID parsers to activitypub::identifiers module 2022-07-16 14:10:56 +00:00
mod.rs Handle incoming Add(Person) and Remove(Person) activities 2022-07-17 02:01:11 +00:00
reject_follow.rs Ignore Accept(Follow) if follow request is already accepted 2022-09-12 23:39:08 +00:00
remove.rs Add subscribers_count field to Account object 2022-09-13 19:15:58 +00:00
undo.rs Move AP ID helpers to activitypub::identifiers module 2022-07-16 01:49:48 +00:00
undo_follow.rs Move AP ID parsers to activitypub::identifiers module 2022-07-16 14:10:56 +00:00
update_note.rs Move AP ID parsers to activitypub::identifiers module 2022-07-16 14:10:56 +00:00
update_person.rs Attach subscription page link to actor object 2022-07-25 21:39:06 +00:00