lemmy/crates/db_views/src
Nutomic e58a167d64
Fix remote community posts appearing in local listing (fixes #4180) (#4181)
* Fix remote community posts appearing in local listing (fixes #4180)

* fmt

* fix typo
2023-11-22 09:41:52 -05:00
..
comment_report_view.rs Remove id column and use different primary key on some tables (#4093) 2023-11-13 08:14:07 -05:00
comment_view.rs Adding creator_is_admin to PersonView, CommentView, and PostView. (#4165) 2023-11-21 11:20:24 -05:00
custom_emoji_view.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
lib.rs Add Custom Emojis Support (#2616) 2023-03-20 17:32:31 -04:00
local_user_view.rs Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
post_report_view.rs Remove id column and use different primary key on some tables (#4093) 2023-11-13 08:14:07 -05:00
post_view.rs Fix remote community posts appearing in local listing (fixes #4180) (#4181) 2023-11-22 09:41:52 -05:00
private_message_report_view.rs Also order reports by oldest first (ref #4123) (#4129) 2023-11-06 05:29:30 -05:00
private_message_view.rs Remove id column and use different primary key on some tables (#4093) 2023-11-13 08:14:07 -05:00
registration_application_view.rs Add UI setting for collapsing bot comments. Fixes #3838 (#4098) 2023-11-06 16:09:12 -05:00
site_view.rs Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
structs.rs Adding creator_is_admin to PersonView, CommentView, and PostView. (#4165) 2023-11-21 11:20:24 -05:00