Skip to content
Snippets Groups Projects
Commit 4a2ae16d authored by Maki Nishifuji's avatar Maki Nishifuji
Browse files

Remove colon from reply message

parent f7e985f6
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ Meteor.startup ->
message = @_arguments[1]
input = instance.find('.input-message')
url = RocketChat.MessageAction.getPermaLink(message._id)
text = '[ ](' + url + ') @' + message.u.username + ': '
text = '[ ](' + url + ') @' + message.u.username + ' '
if input.value
input.value += if input.value.endsWith(' ') then '' else ' '
input.value += text
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment