relay icon indicating copy to clipboard operation
relay copied to clipboard

ref(server): Reduce code duplication between ManagedEnvelope and Managed

Open Dav1dde opened this issue 3 months ago • 0 comments

Reduces the code duplication, now also means, there is no need to keep 2 separate implementations in sync. The common denominator between the two code paths was the EnvelopeSummary, which now implements Counted which is called from the two previous code paths.

Dav1dde avatar Sep 30 '25 11:09 Dav1dde