Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #8634 from bluesky-social/jc/aaip

Detect Age Restricted Geos

authored by

Jim Calabro and committed by
GitHub
3b329430 377d80e2

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