🐛 Fix abuse report have no default status
This commit is contained in:
@ -67,6 +67,7 @@ func NewAbuseReport(resource string, reason string, account models.Account) (mod
|
||||
report = models.AbuseReport{
|
||||
Resource: resource,
|
||||
Reason: reason,
|
||||
Status: models.ReportStatusPending,
|
||||
AccountID: account.ID,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user