diff --git a/files/routes/posts.py b/files/routes/posts.py index 9842ca830..287761070 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -875,10 +875,6 @@ def submit_post(v): v.ban(reason="Spamming.", days=1) - for alt in v.alts: - if not alt.is_suspended: - alt.ban(reason="Spamming.", days=1) - for post in similar_posts + similar_urls: post.is_banned = True post.is_pinned = False