lemmy/crates/api_crud/src/post
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 After creating a comment, update the unread comments for the post. (#4742) 2024-05-27 12:55:44 +02:00
remove.rs Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
update.rs Fixing proxy images (#4722) 2024-05-22 10:28:47 +02:00