fix multi-peer generation, fix prefix handling (#491)

This commit is contained in:
Christoph Haas
2025-08-09 15:55:29 +02:00
parent 3f76aa416f
commit c20f17cddf
7 changed files with 41 additions and 45 deletions

View File

@@ -269,5 +269,5 @@ func MergeToPhysicalPeer(pp *PhysicalPeer, p *Peer) {
type PeerCreationRequest struct {
UserIdentifiers []string
Suffix string
Prefix string
}