lemmy/crates/api_crud/src/post
Dessalines 48f187188b
Show deleted and removed posts for profile views. Fixes #2624 (#2729)
* Show deleted and removed posts for profile views. Fixes #2624

* Only showing non-deleted/removed posts for creator.

* Add a admin or mod check to views, to show deleted and removed posts.

- Also removed the pointless "blanking" functions

* Fix clippy

* Make hidden posts comment clearer.

* Fixing federation tests.

* Fixing fmt.
2023-02-28 22:46:15 -05:00
..
create.rs Organize utils into separate files. Fixes #2295 (#2736) 2023-02-16 05:05:14 +01:00
delete.rs Add SendActivity trait so that api crates compile in parallel with lemmy_apub 2022-12-02 10:46:49 +01: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 Show deleted and removed posts for profile views. Fixes #2624 (#2729) 2023-02-28 22:46:15 -05:00
remove.rs Add SendActivity trait so that api crates compile in parallel with lemmy_apub 2022-12-02 10:46:49 +01:00
update.rs Organize utils into separate files. Fixes #2295 (#2736) 2023-02-16 05:05:14 +01:00