mirror of
https://github.com/discourse/discourse.git
synced 2025-02-14 07:14:55 +00:00
5 lines
154 B
Ruby
5 lines
154 B
Ruby
Report.add_report("user_to_user_private_messages") do |report|
|
|
report.icon = 'envelope'
|
|
private_messages_report report, TopicSubtype.user_to_user
|
|
end
|