mirror of
https://github.com/aljazceru/haven.git
synced 2025-12-18 14:24:18 +01:00
fix bad var name
This commit is contained in:
2
init.go
2
init.go
@@ -73,7 +73,7 @@ func initRelays() {
|
|||||||
chatRelay.Info.Icon = config.ChatRelayIcon
|
chatRelay.Info.Icon = config.ChatRelayIcon
|
||||||
chatRelay.Info.Version = config.RelayVersion
|
chatRelay.Info.Version = config.RelayVersion
|
||||||
chatRelay.Info.Software = config.RelaySoftware
|
chatRelay.Info.Software = config.RelaySoftware
|
||||||
privateRelay.ServiceURL = "https://" + config.RelayURL + "/chat"
|
chatRelay.ServiceURL = "https://" + config.RelayURL + "/chat"
|
||||||
|
|
||||||
outboxRelay.Info.Name = config.OutboxRelayName
|
outboxRelay.Info.Name = config.OutboxRelayName
|
||||||
outboxRelay.Info.PubKey = nPubToPubkey(config.OutboxRelayNpub)
|
outboxRelay.Info.PubKey = nPubToPubkey(config.OutboxRelayNpub)
|
||||||
|
|||||||
Reference in New Issue
Block a user