lemmy/crates/api/src/comment
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
..
distinguish.rs Fixing not being able to create comments on local community posts. (#4854) 2024-07-07 12:28:42 -04:00
like.rs Fixing not being able to create comments on local community posts. (#4854) 2024-07-07 12:28:42 -04:00
list_comment_likes.rs Fixing not being able to create comments on local community posts. (#4854) 2024-07-07 12:28:42 -04:00
mod.rs Adding /post/like/list and /comment/like/list for admins. (#4332) 2024-01-03 13:39:21 -05:00
save.rs Fixing not being able to create comments on local community posts. (#4854) 2024-07-07 12:28:42 -04:00