Skip to content

Commit

Permalink
Add mod note to removal
Browse files Browse the repository at this point in the history
  • Loading branch information
barrycarey committed Feb 11, 2024
1 parent 9fb50f8 commit 61dff2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion redditrepostsleuth/submonitorsvc/monitored_sub_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ def handle_high_volume_reposter_check(
)
self._remove_post(
monitored_sub.high_volume_reposter_removal_reason,
self.reddit.submission(post.post_id)
self.reddit.submission(post.post_id),
mod_note='High volume of reposts detected by Repost Sleuth'
)

if monitored_sub.high_volume_reposter_ban_user:
Expand Down

0 comments on commit 61dff2f

Please sign in to comment.