lemmy/crates/db_views/src
SleeplessOne1917 38c22d9453
Add banned_from_community to PostView and CommentView (#4552)
* Add banned_from_community to PostView and CommentView

* Add post view test

* Add tests for CommentView

* Add tests for case where local user is not banned from community

---------

Co-authored-by: SleeplessOne1917 <insomnia-void@protonmail.com>
2024-03-22 18:31:08 -04:00
..
comment_report_view.rs Adding extra fields to PostReport and CommentReport views. (#4520) 2024-03-13 12:11:24 -04:00
comment_view.rs Add banned_from_community to PostView and CommentView (#4552) 2024-03-22 18:31:08 -04:00
custom_emoji_view.rs Add banned_from_community to PostView and CommentView (#4552) 2024-03-22 18:31:08 -04:00
lib.rs Adding /post/like/list and /comment/like/list for admins. (#4332) 2024-01-03 13:39:21 -05:00
local_user_view.rs Add a vote_display_mode local_user setting. (#4450) 2024-03-13 12:10:58 -04:00
post_report_view.rs Adding extra fields to PostReport and CommentReport views. (#4520) 2024-03-13 12:11:24 -04:00
post_view.rs Add banned_from_community to PostView and CommentView (#4552) 2024-03-22 18:31:08 -04:00
private_message_report_view.rs Add macro assert_length!() for tests (#4348) 2024-01-04 11:51:55 -05:00
private_message_view.rs Blocking an instance also hides private messages from their users. (#4447) 2024-02-14 10:49:55 +01:00
registration_application_view.rs Use pretty_assertions for assertions (#4347) 2024-01-04 04:47:18 -05:00
site_view.rs Fix missing private key for signed fetch (#4516) 2024-03-08 10:23:15 -05:00
structs.rs Add banned_from_community to PostView and CommentView (#4552) 2024-03-22 18:31:08 -04:00
vote_view.rs Use pretty_assertions for assertions (#4347) 2024-01-04 04:47:18 -05:00