+1
-1
cmd/relay/handlers.go
+1
-1
cmd/relay/handlers.go
···
65
65
}
66
66
go s.ForwardSiblingRequest(c, b)
67
67
68
-
return s.relay.SubscribeToHost(ctx, hostname, noSSL, false)
68
+
return s.relay.SubscribeToHost(ctx, hostname, noSSL, admin)
69
69
}
70
70
71
71
func (s *Service) handleComAtprotoSyncListHosts(c echo.Context, cursor int64, limit int) (*comatproto.SyncListHosts_Output, error) {