Merge pull request #8646 from bluesky-social/jc/aa

Fix Age Restriction Type
This commit is contained in:
Jim Calabro
2025-07-14 16:24:53 -04:00
committed by GitHub
+1 -1
View File
@@ -604,7 +604,7 @@ type IPCCRequest struct {
}
type IPCCResponse struct {
CC string `json:"countryCode"`
AgeRestrictedGeo string `json:"isAgeRestrictedGeo"`
AgeRestrictedGeo bool `json:"isAgeRestrictedGeo"`
}
func (srv *Server) WebIpCC(c echo.Context) error {