mirror of
https://gitlab.com/chicken-riders/RcGcDw.git
synced 2025-02-23 00:24:09 +00:00
added #146
This commit is contained in:
parent
5129d9b04b
commit
8a296488d3
|
@ -19,6 +19,7 @@
|
|||
},
|
||||
"ignored": ["external", "newusers/create", "newusers/autocreate", "newusers/create2", "newusers/byemail", "newusers/newusers"],
|
||||
"show_updown_messages": true,
|
||||
"ignored_namespaces": [],
|
||||
"overview": false,
|
||||
"overview_time": "00:00",
|
||||
"send_empty_overview": false,
|
||||
|
|
|
@ -402,6 +402,8 @@ def essential_info(change, changed_categories):
|
|||
if "userhidden" in change:
|
||||
change["user"] = _("hidden")
|
||||
identification_string = change["type"]
|
||||
if change.get("ns", -1) in settings.get("ignored_namespaces", ()):
|
||||
return
|
||||
elif change["type"] == "log":
|
||||
identification_string = "{logtype}/{logaction}".format(logtype=change["logtype"], logaction=change["logaction"])
|
||||
if identification_string not in supported_logs:
|
||||
|
|
Loading…
Reference in a new issue