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
Freakazoid182 c8063f3267
Replace Option<bool> with bool for PostQuery and CommentQuery (#3819) (#3857)
* Replace Option<bool> with bool for PostQuery and CommentQuery (#3819)

* Replace Option<bool> from all list queries (#3819)

---------

Co-authored-by: Freek van Zee <freek.van.zee@mediamonks.com>
11 months ago
..
comment_reply_view.rs Replace Option<bool> with bool for PostQuery and CommentQuery (#3819) (#3857) 11 months ago
community_block_view.rs Make functions work with both connection and pool (#3420) 12 months ago
community_follower_view.rs Make functions work with both connection and pool (#3420) 12 months ago
community_moderator_view.rs Make functions work with both connection and pool (#3420) 12 months ago
community_person_ban_view.rs Make functions work with both connection and pool (#3420) 12 months ago
community_view.rs Replace Option<bool> with bool for PostQuery and CommentQuery (#3819) (#3857) 11 months ago
lib.rs First pass at adding comment trees. (#2362) 2 years ago
person_block_view.rs Make functions work with both connection and pool (#3420) 12 months ago
person_mention_view.rs Replace Option<bool> with bool for PostQuery and CommentQuery (#3819) (#3857) 11 months ago
person_view.rs Use same table join code for both read and list functions (#3663) 11 months ago
structs.rs Add controversial ranking (#3205) 11 months ago