Skip to content

Commit

Permalink
add capabilities when joining externally
Browse files Browse the repository at this point in the history
  • Loading branch information
kkohbrok committed Oct 29, 2024
1 parent c03e6c4 commit c95da88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coreclient/src/groups/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ impl Group {
Some(ratchet_tree_in),
verifiable_group_info,
&mls_group_config,
None,
Some(default_capabilities()),
None,
&aad.tls_serialize_detached()?,
credential_with_key,
Expand Down

0 comments on commit c95da88

Please sign in to comment.