ffdsdf
This commit is contained in:
parent
c5477bbee7
commit
21dc1c5c2b
4 changed files with 7 additions and 7 deletions
|
@ -643,7 +643,7 @@ def submit_post(v):
|
|||
for post in similar_posts + similar_urls:
|
||||
post.is_banned = True
|
||||
post.is_pinned = False
|
||||
post.ban_reason = "Automatic spam removal. This happened because the post's creator submitted too much similar content too quickly."
|
||||
post.ban_reason = "AutoJanny"
|
||||
g.db.add(post)
|
||||
ma=ModAction(
|
||||
user_id=AUTOJANNY_ACCOUNT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue