this repo has no description
0
fork

Configure Feed

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

do forward killUpstream admin req (used for blocking hosts)

+2 -1
+2 -1
cmd/relay/handlers_admin.go
··· 319 319 return err 320 320 } 321 321 322 - // NOTE: *not* forwarding this request to sibling relays 322 + // forward on to any sibling instances 323 + go s.ForwardSiblingRequest(c, nil) 323 324 324 325 return c.JSON(http.StatusOK, map[string]any{ 325 326 "success": "true",