Open mulmarta opened 8 months ago
Attention: Patch coverage is 99.21875%
with 1 lines
in your changes are missing coverage. Please review.
Project coverage is 89.38%. Comparing base (
5235fc8
) to head (fd7d8b2
).
Files | Patch % | Lines |
---|---|---|
mls-rs/src/group/state_repo.rs | 98.41% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
In general, there is no reason why a storage can't support multiple members in a single group. The new group state identifier is therefore
(group_id, leaf_index)
instead of justgroup_id
.Group states stored in the old way can be recovered using
load_group(group_id)
.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT license.