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

(cherry picked from commit c20f17cddf)
This commit is contained in:
Christoph Haas
2025-08-09 15:55:29 +02:00
parent 9be2133220
commit b546eec4ed
7 changed files with 18 additions and 22 deletions

View File

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