forked from MarseyWorld/MarseyWorld
sfd
parent
beb128bd59
commit
89e2e74215
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue