lemmy/crates/db_views_actor/src
SleeplessOne1917 8d52c7e7c7
See if different SQL query fixes performance regression (#4246)
* See if different SQL query fixes performance regression

* Fix formatting

* Hopefully fix failing federation test

* Hopefully solve federation test problem

* Use already-existing coalesce function

* Update person_view.rs

---------

Co-authored-by: SleeplessOne1917 <insomnia-void@protonmail.com>
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
Co-authored-by: Nutomic <me@nutomic.com>
Co-authored-by: Dessalines <tyhou13@gmx.com>
2023-12-12 12:09:52 -05:00
..
comment_reply_view.rs Adding `creator_is_admin` to `PersonView`, `CommentView`, and `PostView`. (#4165) 2023-11-21 11:20:24 -05:00
community_block_view.rs Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
community_follower_view.rs Persistent, performant, reliable federation queue (#3605) 2023-09-09 12:25:03 -04:00
community_moderator_view.rs Fixing issue with mods not being able to view reports. Fixes #4172 (#4174) 2023-11-21 16:33:49 +01:00
community_person_ban_view.rs Cleanup checks for community actions (fixes #2858, fixes #2868) (#4028) 2023-10-13 09:48:18 -04:00
community_view.rs Adding `creator_is_admin` to `PersonView`, `CommentView`, and `PostView`. (#4165) 2023-11-21 11:20:24 -05:00
instance_block_view.rs User can block instances (fixes #2397) (#3869) 2023-09-20 11:56:13 +02:00
lib.rs User can block instances (fixes #2397) (#3869) 2023-09-20 11:56:13 +02:00
person_block_view.rs Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
person_mention_view.rs Adding `creator_is_admin` to `PersonView`, `CommentView`, and `PostView`. (#4165) 2023-11-21 11:20:24 -05:00
person_view.rs See if different SQL query fixes performance regression (#4246) 2023-12-12 12:09:52 -05:00
structs.rs Adding `creator_is_admin` to `PersonView`, `CommentView`, and `PostView`. (#4165) 2023-11-21 11:20:24 -05:00