Add missing report category translation (#25400)
This commit is contained in:
parent
10746af82f
commit
1cb4514d0e
3 changed files with 4 additions and 0 deletions
|
@ -48,6 +48,7 @@ class Report < ApplicationRecord
|
|||
|
||||
validate :validate_rule_ids
|
||||
|
||||
# entries here needs to be kept in sync with app/javascript/mastodon/features/notifications/components/report.jsx
|
||||
enum category: {
|
||||
other: 0,
|
||||
spam: 1_000,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue