mlem icon indicating copy to clipboard operation
mlem copied to clipboard

Fetch list of instances that support uptime from Lemmy backend

Open Sjmarf opened this issue 4 months ago • 0 comments

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.

Sjmarf avatar Aug 25 '25 08:08 Sjmarf