Planet
Planet copied to clipboard
Integration with Pinnable.xyz
Three new properties on MyPlanetModel:
- pinnableEnabled: Bool? = false
- pinnableAPIEndpoint: String?
- pinnablePinCID: String?
pinnableEnabled
After each publishing, the app would call pinnableAPIEndpoint and periodically check for the latest pinned CID on the Pinnable side if enabled. Then compare it with the latest local CID; if matched, the website is pinned.