mirror of
https://github.com/neilalexander/yggmail.git
synced 2026-05-24 20:06:28 +03:00
Update nodeinfo
This commit is contained in:
@@ -41,7 +41,7 @@ func NewYggdrasilTransport(log *log.Logger, sk ed25519.PrivateKey, pk ed25519.Pu
|
||||
},
|
||||
},
|
||||
NodeInfo: map[string]interface{}{
|
||||
"name": "Yggmail",
|
||||
"name": hex.EncodeToString(pk) + "@yggmail",
|
||||
},
|
||||
NodeInfoPrivacy: true,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user