lemmy/crates/api/src
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
..
comment Fixing not being able to create comments on local community posts. (#4854) 2024-07-07 12:28:42 -04:00
comment_report Fixing not being able to create comments on local community posts. (#4854) 2024-07-07 12:28:42 -04:00
community Fixing not being able to create comments on local community posts. (#4854) 2024-07-07 12:28:42 -04:00
local_user Allow empty string to clear URL-type DB fields. (#4780) 2024-06-06 09:55:08 -04:00
post Fixing not being able to create comments on local community posts. (#4854) 2024-07-07 12:28:42 -04:00
post_report Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
private_message Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
private_message_report Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
site Fixing not being able to create comments on local community posts. (#4854) 2024-07-07 12:28:42 -04:00
lib.rs Replace wav with hound (#4788) 2024-06-07 10:27:49 -04:00
sitemap.rs Fixing some clippy and woodpecker lints. (#4565) 2024-03-26 10:17:42 +01:00