X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ae4487921350e141efed42fdf7cd3fd70d72bc97..e85110957ab2940b0240297da1a2b814f1394e49:/app/models/report.rb diff --git a/app/models/report.rb b/app/models/report.rb index eda70f865..3507d699f 100644 --- a/app/models/report.rb +++ b/app/models/report.rb @@ -33,8 +33,7 @@ class Report < ActiveRecord::Base when "DiaryEntry" then %w[spam offensive threat other] when "DiaryComment" then %w[spam offensive threat other] when "User" then %w[spam offensive threat vandal other] - when "Changeset" then %w[undiscussed_import mechanical_edit edit_error spam vandalism other] - when "Note" then %w[spam vandalism personal abusive other] + when "Note" then %w[spam personal abusive other] else %w[other] end end