mirror of
https://github.com/aljazceru/haven.git
synced 2025-12-18 14:24:18 +01:00
set outbox service url
This commit is contained in:
1
init.go
1
init.go
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user