Remove prefilled prefix

Fixes, at least partially, gitlab-org/gitlab-ce#26755.
This commit is contained in:
Z.J. van de Weg 2017-01-20 11:29:11 +01:00
parent 5a41d92b9d
commit 26d109ea01

View file

@ -36,6 +36,6 @@ class MattermostService < ChatNotificationService
end
def default_channel_placeholder
"#town-square"
"town-square"
end
end