- 문제: 유료 잔여가 있을 때 유료 우선 차감 경로에서 `next_recharge_at` 설정 분기가 없어, 무료/유료가 동시에 0이 되는 경우 다음 무료 충전 시점이 노출되지 않음 - 수정: `ChatRoomQuotaService.consumeOneForSend`의 유료 차감 분기에 `remainingPaid==0 && remainingFree==0 && nextRechargeAt==null` 조건에서 `now + 6h`로 `next_recharge_at`을 설정하도록 로직 추가 - 참고: 무료 차감 경로의 `next_recharge_at` 설정 및 입장 시 lazy refill 동작은 기존과 동일 |
||
---|---|---|
gradle/wrapper | ||
scripts | ||
src | ||
.editorconfig | ||
.gitignore | ||
README.md | ||
appspec.yml | ||
build.gradle.kts | ||
gradlew | ||
gradlew.bat | ||
settings.gradle.kts |