mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +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
|