mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 23:20:19 +08:00
6 lines
125 B
Ruby
6 lines
125 B
Ruby
Report.add_report("likes") do |report|
|
|
report.icon = 'heart'
|
|
|
|
post_action_report report, PostActionType.types[:like]
|
|
end
|