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
2024-02-29 10:42:34 -05:00
..
api Adding ability to hide posts. (#4480) 2024-02-29 10:42:34 -05:00
api_common Adding ability to hide posts. (#4480) 2024-02-29 10:42:34 -05:00
api_crud Remove error-type feature from lemmy-utils (#4474) 2024-02-27 11:13:52 -05:00
apub Adding ability to hide posts. (#4480) 2024-02-29 10:42:34 -05:00
db_perf Remove error-type feature from lemmy-utils (#4474) 2024-02-27 11:13:52 -05:00
db_schema Adding ability to hide posts. (#4480) 2024-02-29 10:42:34 -05:00
db_views Adding ability to hide posts. (#4480) 2024-02-29 10:42:34 -05:00
db_views_actor Make it so the signed in user can see if they're banned from a community (#4458) 2024-02-18 09:09:46 -05:00
db_views_moderator Use rust 1.74.0 in CI and move clippy lints to Cargo.toml (#4170) 2023-11-21 08:51:22 -05:00
federate Allow community mods to see votes in addition to admins (#4392) 2024-01-23 18:47:28 -05:00
routes Remove error-type feature from lemmy-utils (#4474) 2024-02-27 11:13:52 -05:00
utils Adding ability to hide posts. (#4480) 2024-02-29 10:42:34 -05:00