lemmy/crates/utils
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
..
src Adding ability to hide posts. (#4480) 2024-02-29 10:42:34 -05:00
translations@c3e61706e2 Version 0.19.3 2024-01-22 08:56:08 -05:00
build.rs Add email translations (#2175) 2022-03-29 18:23:03 +00:00
Cargo.toml Remove error-type feature from lemmy-utils (#4474) 2024-02-27 11:13:52 -05:00