mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 13:38:49 +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
|