mirror of https://github.com/zulip/zulip.git
webhooks: Fix Clubhouse capitalization.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
b1436aed9c
commit
3ca2f8ca1e
|
@ -394,7 +394,7 @@ log][commit-log] for an up-to-date list of raw changes.
|
|||
- New integrations: Freshping, JotForm, Uptime Robot, and a JSON
|
||||
formatter (which is particularly useful when developing a new
|
||||
integration).
|
||||
- Updated integrations: ClubHouse, NewRelic, Bitbucket, Zabbix.
|
||||
- Updated integrations: Clubhouse, NewRelic, Bitbucket, Zabbix.
|
||||
- Improved formatting of GitHub and GitLab integrations.
|
||||
- Improved the user experience for multi-user invitations.
|
||||
- Improved several rendered-message styling details.
|
||||
|
|
|
@ -710,7 +710,7 @@ EVENTS_SECONDARY_ACTIONS_FUNCTION_MAPPER: Dict[
|
|||
}
|
||||
|
||||
|
||||
@webhook_view("ClubHouse", all_event_types=ALL_EVENT_TYPES)
|
||||
@webhook_view("Clubhouse", all_event_types=ALL_EVENT_TYPES)
|
||||
@has_request_variables
|
||||
def api_clubhouse_webhook(
|
||||
request: HttpRequest,
|
||||
|
|
Loading…
Reference in New Issue