"backend/vscode:/vscode.git/clone" did not exist on "4b6954f9f05876b07c03f62e8492e061f9cb7bfb"
fix(notify): add balance/quota notify flags to PublicSettings DTO and handler
The service layer correctly populated BalanceLowNotifyEnabled and AccountQuotaNotifyEnabled in PublicSettings, but the handler-to-DTO mapping was missing. Users could not see the balance notify card because the public settings API never returned these flags.
Please register or sign in to comment