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/src
Richard Schwab 91e57ff954
Prevent bot replies from increasing unread reply count when bot accounts are not shown (#4747)
* Prevent bot replies from increasing unread reply count when bot accounts are not shown

* Pass LocalUser for unread replies count query

* Prevent bot mentions from increasing unread reply count when bot accounts are not shown
2 days ago
..
comment Make all single-fetch database calls return an Option. (#4617) 1 month ago
comment_report Make all single-fetch database calls return an Option. (#4617) 1 month ago
community Fix community add mod check (fixes #4624) (#4667) 1 month ago
local_user Prevent bot replies from increasing unread reply count when bot accounts are not shown (#4747) 2 days ago
post After creating a comment, update the unread comments for the post. (#4742) 4 days ago
post_report Make all single-fetch database calls return an Option. (#4617) 1 month ago
private_message Make all single-fetch database calls return an Option. (#4617) 1 month ago
private_message_report Make all single-fetch database calls return an Option. (#4617) 1 month ago
site Creating a LocalImageView, so that front ends have the Person struct. (#4631) 1 month ago
lib.rs Dont show replies / mentions from blocked users. Fixes #4227 (#4727) 1 week ago
sitemap.rs Fixing some clippy and woodpecker lints. (#4565) 2 months ago