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/db_views_actor/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
10 hours ago
..
comment_reply_view.rs Prevent bot replies from increasing unread reply count when bot accounts are not shown (#4747) 10 hours ago
community_block_view.rs Use Queryable instead of JoinView (#3917) 9 months ago
community_follower_view.rs Configure max comment width in clippy (#4738) 7 days ago
community_moderator_view.rs Local only community (#4350) 4 months ago
community_person_ban_view.rs Cleanup checks for community actions (fixes #2858, fixes #2868) (#4028) 8 months ago
community_view.rs Configure max comment width in clippy (#4738) 7 days ago
instance_block_view.rs User can block instances (fixes #2397) (#3869) 8 months ago
lib.rs User can block instances (fixes #2397) (#3869) 8 months ago
person_block_view.rs Use Queryable instead of JoinView (#3917) 9 months ago
person_mention_view.rs Prevent bot replies from increasing unread reply count when bot accounts are not shown (#4747) 10 hours ago
person_view.rs Make all single-fetch database calls return an Option. (#4617) 1 month ago
structs.rs Adding listMedia endpoint, to view all your local image uploads. (#4509) 2 months ago