mlem
mlem copied to clipboard
Fetch list of instances that support uptime from Lemmy backend
At the moment, the list of supported domains is hard-coded.
The Lemmy backend could periodically query the lemmy-status backend and get a list of instances. iirc this takes multiple API requests because we need to go through several pages. Then we can expose an endpoint that the frontend can use to check whether it supports a certain instance.