github_webhook: Use Integration.stream_name as recommended stream.

This commit is contained in:
Eeshan Garg
2017-06-12 19:24:45 -02:30
committed by Tim Abbott
parent c3c004743c
commit 32550159de

View File

@@ -188,7 +188,8 @@ WEBHOOK_INTEGRATIONS = [
display_name='GitHub',
logo='static/images/integrations/logos/github.svg',
secondary_line_text='(webhook)',
function='zerver.webhooks.github_webhook.view.api_github_webhook'
function='zerver.webhooks.github_webhook.view.api_github_webhook',
stream_name='github'
),
WebhookIntegration('gitlab', display_name='GitLab'),
WebhookIntegration('gogs'),