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/db_schema/src
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
3 months ago
..
aggregates Post view: move cursor pagination to separate library, add backward pagination to PostQuery (#4320) 5 months ago
impls Adding ability to hide posts. (#4480) 3 months ago
source Adding ability to hide posts. (#4480) 3 months ago
diesel_ltree.patch Adding a post_view mode. Fixes #3730 (#3731) 9 months ago
lib.rs Add site.content_warning, local_site.default_post_listing_mode (#4393) 4 months ago
newtypes.rs Move DbUrl trait impls to newtypes.rs (#4463) 4 months ago
schema.rs Adding ability to hide posts. (#4480) 3 months ago
traits.rs Auto resolve reports on removing a comment or post. Fixes #4390 (#4402) 4 months ago
utils.rs Adding some recommended fixes from nightly clippy. (#4473) 3 months ago