lemmy/crates/api_crud/src/comment
Dessalines 0d5db29bc9
After creating a comment, update the unread comments for the post. (#4742)
* After creating a comment, update the unread comments for the post.

- Fixes #3863

* Addressing PR comments.

* Add comment.

---------

Co-authored-by: SleeplessOne1917 <28871516+SleeplessOne1917@users.noreply.github.com>
2024-05-27 12:55:44 +02:00
..
create.rs After creating a comment, update the unread comments for the post. (#4742) 2024-05-27 12:55:44 +02:00
delete.rs Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
mod.rs Rewrite some API handlers to remove Perform trait (#3735) 2023-07-28 10:39:38 -04:00
read.rs Convert all Result<..., LemmyError> into LemmyResult<...> Fixes #4613 (#4614) 2024-04-10 10:14:11 -04:00
remove.rs Dont allow removing comment which was deleted (fixes #4731) (#4732) 2024-05-22 08:29:01 -04:00
update.rs Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00