set outbox service url

This commit is contained in:
Barry Deen
2024-10-29 18:14:22 -04:00
parent e718d7fa4b
commit fed82a8f5f
2 changed files with 2 additions and 1 deletions

View File

@@ -200,6 +200,7 @@ func initRelays() {
outboxRelay.Info.Icon = config.OutboxRelayIcon
outboxRelay.Info.Version = config.RelayVersion
outboxRelay.Info.Software = config.RelaySoftware
outboxRelay.ServiceURL = "https://" + config.RelayURL
if !outboxRelayLimits.AllowEmptyFilters {
outboxRelay.RejectFilter = append(outboxRelay.RejectFilter, policies.NoEmptyFilters)