lemmy/crates/api_crud/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
community Allow empty string to clear URL-type DB fields. (#4780) 2024-06-06 09:55:08 -04:00
custom_emoji Convert all Result<..., LemmyError> into LemmyResult<...> Fixes #4613 (#4614) 2024-04-10 10:14:11 -04:00
post Fixing not being able to create comments on local community posts. (#4854) 2024-07-07 12:28:42 -04:00
private_message Use trigger to generate apub URL in insert instead of update, and fix query planner options not being set when TLS is disabled (#4797) 2024-07-02 11:23:21 -04:00
site Allow empty string to clear URL-type DB fields. (#4780) 2024-06-06 09:55:08 -04:00
user Remove PersonInsertForm builder (#4779) 2024-06-06 08:29:18 -04:00
lib.rs Rewrite remaining federation actions, get rid of PerformCrud trait (#3794) 2023-08-02 12:52:41 -04:00