fedimovies/src/activitypub/builders
2022-12-05 22:59:31 +00:00
..
accept_follow.rs Use plain object ID instead of embedded activity in Accept(Follow) 2022-12-05 22:59:31 +00:00
add_person.rs Replace generic parameter in OutgoingActivity struct with Value type 2022-12-05 18:08:15 +00:00
announce_note.rs Replace generic parameter in OutgoingActivity struct with Value type 2022-12-05 18:08:15 +00:00
create_note.rs Replace generic parameter in OutgoingActivity struct with Value type 2022-12-05 18:08:15 +00:00
delete_note.rs Replace generic parameter in OutgoingActivity struct with Value type 2022-12-05 18:08:15 +00:00
delete_person.rs Replace generic parameter in OutgoingActivity struct with Value type 2022-12-05 18:08:15 +00:00
follow.rs Create dedicated types for building Follow(), Accept(Follow) and Undo(Follow) activities 2022-12-05 22:53:09 +00:00
like_note.rs Replace generic parameter in OutgoingActivity struct with Value type 2022-12-05 18:08:15 +00:00
mod.rs Add API methods for creating user-signed Move() activities 2022-11-27 13:05:21 +00:00
move_person.rs Add tests for build_undo_follow() and build_move_person() 2022-12-05 22:50:40 +00:00
remove_person.rs Replace generic parameter in OutgoingActivity struct with Value type 2022-12-05 18:08:15 +00:00
undo_announce_note.rs Replace generic parameter in OutgoingActivity struct with Value type 2022-12-05 18:08:15 +00:00
undo_follow.rs Create dedicated types for building Follow(), Accept(Follow) and Undo(Follow) activities 2022-12-05 22:53:09 +00:00
undo_like_note.rs Replace generic parameter in OutgoingActivity struct with Value type 2022-12-05 18:08:15 +00:00
update_person.rs Replace generic parameter in OutgoingActivity struct with Value type 2022-12-05 18:08:15 +00:00