summaryrefslogtreecommitdiff
path: root/app/models/project_services/chat_notification_service.rb
diff options
context:
space:
mode:
authorTiago Botelho <tiagonbotelho@hotmail.com>2017-04-03 16:37:23 +0100
committerTiago Botelho <tiagonbotelho@hotmail.com>2017-04-05 13:57:11 +0100
commitefe2d96a90cb5e2cc0c368294a021423aeeaeabe (patch)
tree95c67a48cfa7e78011da64da1942202d3b4a7a4c /app/models/project_services/chat_notification_service.rb
parentd4349ba6c4960f50dce7b0beec5f309894dbada9 (diff)
downloadgitlab-ce-efe2d96a90cb5e2cc0c368294a021423aeeaeabe.tar.gz
adds initial microsoft teams integration
Diffstat (limited to 'app/models/project_services/chat_notification_service.rb')
-rw-r--r--app/models/project_services/chat_notification_service.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/models/project_services/chat_notification_service.rb b/app/models/project_services/chat_notification_service.rb
index 75834103db5..2957237faac 100644
--- a/app/models/project_services/chat_notification_service.rb
+++ b/app/models/project_services/chat_notification_service.rb
@@ -51,7 +51,8 @@ class ChatNotificationService < Service
data = data.merge(
project_url: project_url,
- project_name: project_name
+ project_name: project_name,
+ format: true
)
# WebHook events often have an 'update' event that follows a 'open' or