lemmy/crates/db_views/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
..
comment_report_view.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
comment_view.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
lib.rs Fixing missing forms, incorrect user discussion_languages (#2580) 2022-12-19 11:40:22 +00:00
local_user_view.rs Add diesel_async, get rid of blocking function (#2510) 2022-11-09 10:05:00 +00:00
post_report_view.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
post_view.rs Show deleted and removed posts for profile views. Fixes #2624 (#2729) 2023-02-28 22:46:15 -05:00
private_message_report_view.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
private_message_view.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
registration_application_view.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
site_view.rs Add diesel_async, get rid of blocking function (#2510) 2022-11-09 10:05:00 +00:00
structs.rs Fixing missing forms, incorrect user discussion_languages (#2580) 2022-12-19 11:40:22 +00:00