This commit is contained in:
Stan Hu 2015-09-25 16:47:33 -07:00
commit 6d69181059

View file

@ -154,7 +154,7 @@ module Gitlab
while comment = comments.shift
verb = comment['sVerb']
next if verb == 'Opened' || verb === 'Closed'
next if verb == 'Opened'
content = format_content(comment['s'])
attachments = format_attachments(comment['rgAttachments'])