diff --git a/main.go b/main.go index 81b366a..ffc06de 100644 --- a/main.go +++ b/main.go @@ -287,7 +287,7 @@ func makeNewRelay(relayType string, w http.ResponseWriter, r *http.Request) *kha } }) - bl := blossom.New(outboxRelay, outboxRelay.ServiceURL) + bl := blossom.New(outboxRelay, "https://"+config.RelayURL) bl.Store = blossom.EventStoreBlobIndexWrapper{Store: outboxDB, ServiceURL: bl.ServiceURL} bl.StoreBlob = append(bl.StoreBlob, func(ctx context.Context, sha256 string, body []byte) error {