Fix “legal” report category not showing up in moderation interface (#26509)

This commit is contained in:
Claire
2023-08-16 16:38:33 +02:00
committed by GitHub
parent f0862bcf98
commit 0446394465
3 changed files with 7 additions and 1 deletions

View File

@@ -48,7 +48,10 @@ class Report < ApplicationRecord
validate :validate_rule_ids
# entries here needs to be kept in sync with app/javascript/mastodon/features/notifications/components/report.jsx
# entries here need to be kept in sync with the front-end:
# - app/javascript/mastodon/features/notifications/components/report.jsx
# - app/javascript/mastodon/features/report/category.jsx
# - app/javascript/mastodon/components/admin/ReportReasonSelector.jsx
enum category: {
other: 0,
spam: 1_000,