From d5d2f8fb6b3452cd1ebac1e006728e8dcb74b3d6 Mon Sep 17 00:00:00 2001 From: Seiji Suenaga Date: Tue, 18 Jun 2019 23:05:41 +0000 Subject: 59702 Fix API notification flags for MS Teams --- lib/api/helpers/services_helpers.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/api/helpers/services_helpers.rb') diff --git a/lib/api/helpers/services_helpers.rb b/lib/api/helpers/services_helpers.rb index 44c577204b8..cf2e9d01356 100644 --- a/lib/api/helpers/services_helpers.rb +++ b/lib/api/helpers/services_helpers.rb @@ -683,8 +683,9 @@ module API name: :webhook, type: String, desc: 'The Microsoft Teams webhook. e.g. https://outlook.office.com/webhook/…' - } - ], + }, + chat_notification_flags + ].flatten, 'mattermost' => [ chat_notification_settings, chat_notification_flags, -- cgit v1.2.1