mirror of
https://github.com/aljazceru/haven.git
synced 2025-12-18 14:24:18 +01:00
init inbox relay
This commit is contained in:
7
init.go
7
init.go
@@ -79,4 +79,11 @@ func initRelays() {
|
|||||||
outboxRelay.Info.Icon = config.OutboxRelayIcon
|
outboxRelay.Info.Icon = config.OutboxRelayIcon
|
||||||
outboxRelay.Info.Version = config.RelayVersion
|
outboxRelay.Info.Version = config.RelayVersion
|
||||||
outboxRelay.Info.Software = config.RelaySoftware
|
outboxRelay.Info.Software = config.RelaySoftware
|
||||||
|
|
||||||
|
inboxRelay.Info.Name = config.InboxRelayName
|
||||||
|
inboxRelay.Info.PubKey = nPubToPubkey(config.InboxRelayNpub)
|
||||||
|
inboxRelay.Info.Description = config.InboxRelayDescription
|
||||||
|
inboxRelay.Info.Icon = config.InboxRelayIcon
|
||||||
|
inboxRelay.Info.Version = config.RelayVersion
|
||||||
|
inboxRelay.Info.Software = config.RelaySoftware
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user