fix Group.Copy losing AccountSeqID

This commit is contained in:
crn4
2026-05-12 11:50:47 +02:00
parent b9a0186200
commit 672b057aa0

View File

@@ -86,6 +86,7 @@ func (g *Group) Copy() *Group {
group := &Group{
ID: g.ID,
AccountID: g.AccountID,
AccountSeqID: g.AccountSeqID,
Name: g.Name,
Issued: g.Issued,
Peers: make([]string, len(g.Peers)),