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
Dessalines 3e1f7f2efa
Adding `creator_is_admin` to `PersonView`, `CommentView`, and `PostView`. (#4165)
* Adding creator_is_admin to PersonView, CommentView, and PostView.

* Removing left joins from comment_view.

* Removing joins from person_mention and comment_reply views.

* Removing extra left join from person_view.

* Reverting some changes in post_view.

* Fixing compile error.
7 months ago
..
src Adding `creator_is_admin` to `PersonView`, `CommentView`, and `PostView`. (#4165) 7 months ago
Cargo.toml Use rust 1.74.0 in CI and move clippy lints to Cargo.toml (#4170) 7 months ago