fix: add missing AccountQuotaNotifyEnabled to admin settings API

The field was present in SystemSettings response DTO and service layer
but missing from:
- UpdateSettingsRequest (admin handler) - saves were silently ignored
- GET/PUT response mapping in admin handler
- UpdateSettingsRequest (non-admin dto)

This caused the toggle to always revert to off after saving.
This commit is contained in:
erio
2026-04-13 15:30:06 +08:00
parent 245f47cebb
commit 42f8ef3315
3 changed files with 11 additions and 1 deletions

View File

@@ -1 +1 @@
0.1.110.23
0.1.110.24