dffd
This commit is contained in:
parent
f804ad9125
commit
3eabdeafb9
13 changed files with 32 additions and 28 deletions
|
@ -60,7 +60,7 @@ def check_ban_evade(v):
|
|||
|
||||
ma=ModAction(
|
||||
kind="ban_post",
|
||||
user_id=2317,
|
||||
user_id=2360,
|
||||
target_submission_id=post.id,
|
||||
note="ban evasion"
|
||||
)
|
||||
|
@ -78,7 +78,7 @@ def check_ban_evade(v):
|
|||
|
||||
ma=ModAction(
|
||||
kind="ban_comment",
|
||||
user_id=2317,
|
||||
user_id=2360,
|
||||
target_comment_id=comment.id,
|
||||
note="ban evasion"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue