mirror of
https://github.com/neilalexander/yggmail.git
synced 2026-05-22 11:06:29 +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{}{
|
NodeInfo: map[string]interface{}{
|
||||||
"name": "Yggmail",
|
"name": hex.EncodeToString(pk) + "@yggmail",
|
||||||
},
|
},
|
||||||
NodeInfoPrivacy: true,
|
NodeInfoPrivacy: true,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user