lemmy/crates/apub/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
2024-02-29 10:42:34 -05:00
..
activities Auto resolve reports on removing a comment or post. Fixes #4390 (#4402) 2024-02-15 08:52:04 -05:00
api Adding ability to hide posts. (#4480) 2024-02-29 10:42:34 -05:00
collections Correctly synchronize collection of community featured posts (fixes #3867) (#4475) 2024-02-26 09:45:23 -05:00
fetcher Persistent, performant, reliable federation queue (#3605) 2023-09-09 12:25:03 -04:00
http Adding some recommended fixes from nightly clippy. (#4473) 2024-02-26 09:47:10 -05:00
objects Adding some recommended fixes from nightly clippy. (#4473) 2024-02-26 09:47:10 -05:00
protocol Adding some recommended fixes from nightly clippy. (#4473) 2024-02-26 09:47:10 -05:00
activity_lists.rs Move apub context to join-lemmy.org (fixes #4234) (#4302) 2024-01-05 15:42:46 +01:00
lib.rs Move apub context to join-lemmy.org (fixes #4234) (#4302) 2024-01-05 15:42:46 +01:00
mentions.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00