Added setting to change spam warning behaviour

This commit is contained in:
Will Browning
2026-02-04 11:13:51 +00:00
parent 2d5af44197
commit 4653e1b58c
15 changed files with 263 additions and 33 deletions

View File

@@ -28,6 +28,7 @@ class UserResource extends JsonResource
'from_name' => $this->from_name,
'email_subject' => $this->email_subject,
'banner_location' => $this->banner_location,
'spam_warning_behaviour' => $this->spam_warning_behaviour,
'bandwidth' => $this->bandwidth,
'bandwidth_limit' => $this->getBandwidthLimit(),
'username_count' => $this->usernames()->count(),