mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 23:05:11 +08:00
6 lines
170 B
Ruby
6 lines
170 B
Ruby
Report.add_report("bookmarks") do |report|
|
|
report.category_filtering = true
|
|
report.icon = 'bookmark'
|
|
post_action_report report, PostActionType.types[:bookmark]
|
|
end
|