mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
webhooks: Fix Mailchimp capitalization.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
dc72f79a83
commit
c02c053ec3
@@ -2081,7 +2081,7 @@ running a version from before 1.7 should upgrade directly to 1.7.1.
|
|||||||
- Added support for (optionally) using PGRoonga to support full-text
|
- Added support for (optionally) using PGRoonga to support full-text
|
||||||
search in all languages (not just English).
|
search in all languages (not just English).
|
||||||
- Added AppFollow, GitLab, Google Calendar, GoSquared, HelloSign,
|
- Added AppFollow, GitLab, Google Calendar, GoSquared, HelloSign,
|
||||||
Heroku, Librato, MailChimp, Mention, Papertrail, Sentry, Solano
|
Heroku, Librato, Mailchimp, Mention, Papertrail, Sentry, Solano
|
||||||
Labs, Stripe and Zapier integrations.
|
Labs, Stripe and Zapier integrations.
|
||||||
- Added a webhook integration for GitHub, replacing the deprecated
|
- Added a webhook integration for GitHub, replacing the deprecated
|
||||||
github-services hook.
|
github-services hook.
|
||||||
|
|||||||
@@ -642,7 +642,7 @@ HUBOT_INTEGRATIONS: List[HubotIntegration] = [
|
|||||||
# _ needed to get around adblock plus
|
# _ needed to get around adblock plus
|
||||||
logo="images/integrations/logos/instagra_m.svg",
|
logo="images/integrations/logos/instagra_m.svg",
|
||||||
),
|
),
|
||||||
HubotIntegration("mailchimp", ["communication", "marketing"], display_name="MailChimp"),
|
HubotIntegration("mailchimp", ["communication", "marketing"], display_name="Mailchimp"),
|
||||||
HubotIntegration(
|
HubotIntegration(
|
||||||
"google-translate",
|
"google-translate",
|
||||||
["misc"],
|
["misc"],
|
||||||
|
|||||||
Reference in New Issue
Block a user