lemmy/crates/api_crud/src/post
RocketDerp 38c6210912
Post remove delete federation outbound fix0 (#3613)
* add new function build_post_response_deleted_allowed

* PostDelete uses new function build_post_response_deleted_allowed

* RemovePost uses new build_post_response_deleted_allowed function

* code comments about mod or admin flag having other use

* reformat "cargo +nightly fmt --all"
2023-07-17 11:07:45 -04:00
..
create.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
delete.rs Post remove delete federation outbound fix0 (#3613) 2023-07-17 11:07:45 -04:00
mod.rs Add SendActivity trait so that api crates compile in parallel with lemmy_apub 2022-12-02 10:46:49 +01:00
read.rs Remove TypedBuilder from db_views and db_views_actor (#3637) 2023-07-17 12:20:25 +02:00
remove.rs Post remove delete federation outbound fix0 (#3613) 2023-07-17 11:07:45 -04:00
update.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00