move common static files, 503 on unavailable services

This commit is contained in:
ari melody 2026-07-24 12:41:36 +01:00
parent 7b92f97b24
commit b2485eda79
Signed by: ari
GPG key ID: CF99829C92678188
47 changed files with 36 additions and 9 deletions

View file

@ -412,6 +412,7 @@ type (
// Unfortunately, this function is very unreliable for pulling chronological
// subscription records. Twitch API does not currently provide a mechanism for
// fetching the latest subscriber; this will need to be tracked manually.
/*
func (srv *Service) getSubscribers(
ctx context.Context,
broadcasterID string,
@ -442,3 +443,4 @@ func (srv *Service) getSubscribers(
return resData, nil
}
*/