Bluesky app fork with some witchin' additions 💫

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

Fix Age Restriction Type

authored by

Jim Calabro and committed by
GitHub
6375c54a b76f95c9

+1 -1
+1 -1
bskyweb/cmd/bskyweb/server.go
··· 604 604 } 605 605 type IPCCResponse struct { 606 606 CC string `json:"countryCode"` 607 - AgeRestrictedGeo string `json:"isAgeRestrictedGeo"` 607 + AgeRestrictedGeo bool `json:"isAgeRestrictedGeo"` 608 608 } 609 609 610 610 func (srv *Server) WebIpCC(c echo.Context) error {