fedimovies/src/activitypub/builders
2022-11-27 13:05:21 +00:00
..
accept_follow.rs Pass instance as ref to activity builders 2022-10-22 11:33:23 +00:00
add_person.rs Rename actor module to actors::types 2022-07-23 21:41:49 +00:00
announce_note.rs Pass instance as ref to activity builders 2022-10-22 11:33:23 +00:00
create_note.rs Rename instance.host() to instance.hostname() 2022-11-24 13:27:10 +00:00
delete_note.rs Rename instance.host() to instance.hostname() 2022-11-24 13:27:10 +00:00
delete_person.rs Pass instance as ref to activity builders 2022-10-22 11:33:23 +00:00
follow.rs Pass instance as ref to activity builders 2022-10-22 11:33:23 +00:00
like_note.rs Pass instance as ref to activity builders 2022-10-22 11:33:23 +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 API methods for creating user-signed Move() activities 2022-11-27 13:05:21 +00:00
remove_person.rs Rename actor module to actors::types 2022-07-23 21:41:49 +00:00
undo_announce_note.rs Pass instance as ref to activity builders 2022-10-22 11:33:23 +00:00
undo_follow.rs Pass instance as ref to activity builders 2022-10-22 11:33:23 +00:00
undo_like_note.rs Pass instance as ref to activity builders 2022-10-22 11:33:23 +00:00
update_person.rs Refactor send_signed_update view 2022-11-26 01:00:42 +00:00