You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/crates
Dessalines 87b577467b
Adding ability to hide posts. (#4480)
* Adding ability to hide posts.

- Adds an post/hide API route.
- Adds a `show_hidden` (default false) to `GetPosts`.
- Adds a `hidden` field to `PostView`.
- Removes the single `post_id` from MarkPostAsRead.
- Fixes #1403

* Add a check to make sure hidden field is true.

* Fixing test.

* Add back semicolon
4 months ago
..
api Adding ability to hide posts. (#4480) 4 months ago
api_common Adding ability to hide posts. (#4480) 4 months ago
api_crud Remove error-type feature from lemmy-utils (#4474) 4 months ago
apub Adding ability to hide posts. (#4480) 4 months ago
db_perf Remove error-type feature from lemmy-utils (#4474) 4 months ago
db_schema Adding ability to hide posts. (#4480) 4 months ago
db_views Adding ability to hide posts. (#4480) 4 months ago
db_views_actor Make it so the signed in user can see if they're banned from a community (#4458) 4 months ago
db_views_moderator Use rust 1.74.0 in CI and move clippy lints to Cargo.toml (#4170) 7 months ago
federate Allow community mods to see votes in addition to admins (#4392) 5 months ago
routes Remove error-type feature from lemmy-utils (#4474) 4 months ago
utils Adding ability to hide posts. (#4480) 4 months ago