mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
Outgoing webhook System: first Iteration of outgoing webhook UI.
This commit is contained in:
@@ -157,6 +157,8 @@ def build_custom_checkers(by_lang):
|
||||
"return json_error(_(\"Email '%(email)s' not allowed for realm '%(realm)s'\") %"),
|
||||
('zproject/settings.py',
|
||||
"'format': '%(asctime)s %(levelname)-8s %(message)s'"),
|
||||
('static/templates/settings/bot-settings.handlebars',
|
||||
"'https://hostname.example.com/bots/followup'"),
|
||||
]),
|
||||
'description': 'Missing space around "%"'},
|
||||
# This rule is constructed with + to avoid triggering on itself
|
||||
|
||||
Reference in New Issue
Block a user