diff --git a/activitypub/controllers/nodeinfo.go b/activitypub/controllers/nodeinfo.go index 5f73bf8d7..e2eae2b45 100644 --- a/activitypub/controllers/nodeinfo.go +++ b/activitypub/controllers/nodeinfo.go @@ -99,8 +99,8 @@ func NodeInfoV2Controller(w http.ResponseWriter, r *http.Request) { res := response{ Version: "2.0", Services: services{ - Inbound: []string{""}, - Outbound: []string{""}, + Inbound: []string{}, + Outbound: []string{}, }, Software: software{ Name: "owncast",