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/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
3 months ago
..
activities Auto resolve reports on removing a comment or post. Fixes #4390 (#4402) 4 months ago
api Adding ability to hide posts. (#4480) 3 months ago
collections Correctly synchronize collection of community featured posts (fixes #3867) (#4475) 3 months ago
fetcher Persistent, performant, reliable federation queue (#3605) 9 months ago
http Adding some recommended fixes from nightly clippy. (#4473) 3 months ago
objects Adding some recommended fixes from nightly clippy. (#4473) 3 months ago
protocol Adding some recommended fixes from nightly clippy. (#4473) 3 months ago
activity_lists.rs Move apub context to join-lemmy.org (fixes #4234) (#4302) 5 months ago
lib.rs Move apub context to join-lemmy.org (fixes #4234) (#4302) 5 months ago
mentions.rs Make functions work with both connection and pool (#3420) 11 months ago