lemmy/crates/api_common/src
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
..
websocket Show deleted and removed posts for profile views. Fixes #2624 (#2729) 2023-02-28 22:46:15 -05:00
comment.rs Separate comment distinguish (#2740) 2023-02-18 09:46:34 -05:00
community.rs Fixing missing forms, incorrect user discussion_languages (#2580) 2022-12-19 11:40:22 +00:00
context.rs Rework websocket (#2598) 2022-12-09 10:31:47 -05:00
lib.rs Add SendActivity trait so that api crates compile in parallel with lemmy_apub 2022-12-02 10:46:49 +01:00
person.rs Add SendActivity trait so that api crates compile in parallel with lemmy_apub 2022-12-02 10:46:49 +01:00
post.rs Add support for Featured Posts (#2585) 2022-12-12 11:17:10 +00:00
private_message.rs Implement reports for private messages (#2433) 2022-09-19 22:58:42 +00:00
request.rs Adding a vector indexing check to prevent panics. Fixes #2753 (#2754) 2023-02-28 12:34:50 +01:00
sensitive.rs Derive default for api request structs, move type enums (#2245) 2022-05-06 20:55:07 +00:00
site.rs Adding instance software and version. Fixes #2222 (#2733) 2023-02-18 09:36:12 -05:00
utils.rs Show deleted and removed posts for profile views. Fixes #2624 (#2729) 2023-02-28 22:46:15 -05:00