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_moderator/src
Dessalines 8e3ff0408e
Fixing extra modlog entries when post_id or comment_id is given. (#4664)
- Previously when given a post_id, it didn't filter out any other
  modlog entries, such as community removals. This fixes that problem.
- Context: https://github.com/LemmyNet/lemmy-ui/pull/2437

Co-authored-by: SleeplessOne1917 <28871516+SleeplessOne1917@users.noreply.github.com>
4 weeks ago
..
admin_purge_comment_view.rs Fixing extra modlog entries when post_id or comment_id is given. (#4664) 4 weeks ago
admin_purge_community_view.rs Fixing extra modlog entries when post_id or comment_id is given. (#4664) 4 weeks ago
admin_purge_person_view.rs Fixing extra modlog entries when post_id or comment_id is given. (#4664) 4 weeks ago
admin_purge_post_view.rs Fixing extra modlog entries when post_id or comment_id is given. (#4664) 4 weeks ago
lib.rs Add support for Featured Posts (#2585) 1 year ago
mod_add_community_view.rs Fixing extra modlog entries when post_id or comment_id is given. (#4664) 4 weeks ago
mod_add_view.rs Fixing extra modlog entries when post_id or comment_id is given. (#4664) 4 weeks ago
mod_ban_from_community_view.rs Fixing extra modlog entries when post_id or comment_id is given. (#4664) 4 weeks ago
mod_ban_view.rs Fixing extra modlog entries when post_id or comment_id is given. (#4664) 4 weeks ago
mod_feature_post_view.rs Fixing extra modlog entries when post_id or comment_id is given. (#4664) 4 weeks ago
mod_hide_community_view.rs Fixing extra modlog entries when post_id or comment_id is given. (#4664) 4 weeks ago
mod_lock_post_view.rs Fixing extra modlog entries when post_id or comment_id is given. (#4664) 4 weeks ago
mod_remove_comment_view.rs Fixing extra modlog entries when post_id or comment_id is given. (#4664) 4 weeks ago
mod_remove_community_view.rs Fixing extra modlog entries when post_id or comment_id is given. (#4664) 4 weeks ago
mod_remove_post_view.rs Fixing extra modlog entries when post_id or comment_id is given. (#4664) 4 weeks ago
mod_transfer_community_view.rs Fixing extra modlog entries when post_id or comment_id is given. (#4664) 4 weeks ago
structs.rs View mod history for a post or comment. Fixes #4162 (#4491) 3 months ago