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/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
2 months ago
..
api_routes_http.rs Adding ability to hide posts. (#4480) 2 months ago
code_migrations.rs Merge `/site_inbox` into `/inbox`, remove unique constraint for inboxes (#4138) 6 months ago
lib.rs Rewrite images to use local proxy (#4035) 4 months ago
main.rs Remove pictrs config section `old_db` (#4199) 6 months ago
prometheus_metrics.rs Include prometheus in default build, remove build feature (fixes #3558) (#4071) 7 months ago
root_span_builder.rs Persistent, performant, reliable federation queue (#3605) 8 months ago
scheduled_tasks.rs Deleting denied local_users older than a week. Fixes #4434 (#4448) 3 months ago
session_middleware.rs Revert "Dont ignore errors during login (fixes #4319) (#4321)" (#4380) 4 months ago
telemetry.rs Extract Activitypub logic into separate library (#2288) 2 years ago