discourse/app/models/reports/notify_user_private_message...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
183 B
Ruby
Raw Normal View History

# frozen_string_literal: true
Report.add_report("notify_user_private_messages") do |report|
report.icon = 'envelope'
private_messages_report report, TopicSubtype.notify_user
end