lemmy/crates/apub/src/api
Dessalines 32cee9cbca
Fixing not being able to create comments on local community posts. (#4854)
* Fixing not being able to create comments on local community posts.

- This was caused by not passing my_person_id into various
  `CommentView::read` functions.
- Fixes #4853

* Refactoring views to use local_user, rather than person

* Addressing PR comments.

* Fixing API tests.
2024-07-07 12:28:42 -04:00
..
list_comments.rs Adding a show_read override to GetPosts. (#4846) 2024-06-21 17:39:40 -04:00
list_posts.rs Adding a show_read override to GetPosts. (#4846) 2024-06-21 17:39:40 -04:00
mod.rs Adding an instance-level default_sort_type (#4454) 2024-02-16 09:36:46 -05:00
read_community.rs Fixing not being able to create comments on local community posts. (#4854) 2024-07-07 12:28:42 -04:00
read_person.rs Adding a show_read override to GetPosts. (#4846) 2024-06-21 17:39:40 -04:00
resolve_object.rs Fixing not being able to create comments on local community posts. (#4854) 2024-07-07 12:28:42 -04:00
search.rs Refactor LocalUser settings conditions in database views (#4746) 2024-06-14 21:51:24 -04:00
user_settings_backup.rs Remove PersonInsertForm builder (#4779) 2024-06-06 08:29:18 -04:00