Commit 3c02323e authored by Max Woolf's avatar Max Woolf

Merge branch 'show-author-badge-in-comments' into 'master'

Show author badge in comments

See merge request gitlab-org/gitlab!71646
parents f049b19c 4a90dc42
......@@ -355,8 +355,6 @@ class Note < ApplicationRecord
end
def noteable_author?(noteable)
return false unless ::Feature.enabled?(:show_author_on_note, project)
noteable.author == self.author
end
......
---
name: show_author_on_note
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/40198
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/250282
milestone: '13.4'
type: development
group: group::project management
default_enabled: false
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