mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 23:20:44 +08:00
5 lines
152 B
Ruby
5 lines
152 B
Ruby
|
Report.add_report("notify_user_private_messages") do |report|
|
||
|
report.icon = 'envelope'
|
||
|
private_messages_report report, TopicSubtype.notify_user
|
||
|
end
|