You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/crates/api_crud/src
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>
5 days ago
..
comment After creating a comment, update the unread comments for the post. (#4742) 5 days ago
community Make all single-fetch database calls return an Option. (#4617) 2 months ago
custom_emoji Convert all Result<..., LemmyError> into LemmyResult<...> Fixes #4613 (#4614) 2 months ago
post After creating a comment, update the unread comments for the post. (#4742) 5 days ago
private_message Make all single-fetch database calls return an Option. (#4617) 2 months ago
site Configure max comment width in clippy (#4738) 1 week ago
user Configure max comment width in clippy (#4738) 1 week ago
lib.rs Rewrite remaining federation actions, get rid of PerformCrud trait (#3794) 10 months ago