[management] remove duplicated removal of groups on peer delete (#4421)

This commit is contained in:
Pascal Fischer
2025-08-30 12:47:13 +02:00
committed by GitHub
parent 6fc50a438f
commit 4d3dc3475d
2 changed files with 0 additions and 6 deletions

View File

@@ -999,8 +999,6 @@ func (s *GRPCServer) Logout(ctx context.Context, req *proto.EncryptedMessage) (*
return nil, mapError(ctx, err)
}
s.accountManager.BufferUpdateAccountPeers(ctx, peer.AccountID)
log.WithContext(ctx).Debugf("peer %s logged out successfully after %s", peerKey.String(), time.Since(start))
return &proto.Empty{}, nil