Commit 40487a61 authored by Justin Ho's avatar Justin Ho

Do not remove spaces from project name

- Did not know what the original intention
- Traced the code and seems to work just fine
parent c6b84d75
......@@ -157,7 +157,7 @@ class ChatNotificationService < Service
end
def project_name
project.full_name.gsub(/\s/, '')
project.full_name
end
def project_url
......
---
title: Do not remove space from project name in Slack
merge_request: 24851
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment