mirror of
https://gitlab.com/chicken-riders/RcGcDw.git
synced 2025-02-23 00:24:09 +00:00
Abuse filter parameter changed which caused crashes
This commit is contained in:
parent
f4704ec30a
commit
2c43070ec3
|
@ -613,7 +613,7 @@ def first_pass(
|
||||||
old_groups=change["logparams"]["oldgroups"], new_groups=change["logparams"]["newgroups"])
|
old_groups=change["logparams"]["oldgroups"], new_groups=change["logparams"]["newgroups"])
|
||||||
elif combination == "abusefilter/modify":
|
elif combination == "abusefilter/modify":
|
||||||
webhook_formatter(combination, STATIC_VARS, user=change["user"], desc=parsedcomment,
|
webhook_formatter(combination, STATIC_VARS, user=change["user"], desc=parsedcomment,
|
||||||
filternr=change["logparams"]['1'])
|
filternr=change["logparams"]['newId'])
|
||||||
elif combination == "interwiki/iw_add":
|
elif combination == "interwiki/iw_add":
|
||||||
webhook_formatter(combination, STATIC_VARS, user=change["user"], desc=parsedcomment,
|
webhook_formatter(combination, STATIC_VARS, user=change["user"], desc=parsedcomment,
|
||||||
prefix=change["logparams"]['0'], website=change["logparams"]['1'])
|
prefix=change["logparams"]['0'], website=change["logparams"]['1'])
|
||||||
|
|
Loading…
Reference in a new issue