0
0
Fork 0

Add legal as report category (#23941)

This commit is contained in:
Eugen Rochko 2023-06-06 23:41:59 +02:00 committed by GitHub
parent e4fd9503ec
commit 67d17ce194
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 0 deletions

View file

@ -51,6 +51,7 @@ class Report < ApplicationRecord
enum category: {
other: 0,
spam: 1_000,
legal: 1_500,
violation: 2_000,
}