Skip to content

Commit

Permalink
test send_msg without implicit update consent
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronvoell committed Jan 13, 2025
1 parent cb1eee7 commit c150a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmtp_mls/src/groups/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ impl<ScopedClient: ScopedGroupClient> MlsGroup<ScopedClient> {
self.sync_until_last_intent_resolved(provider).await?;

// implicitly set group consent state to allowed
self.update_consent_state(ConsentState::Allowed)?;
// self.update_consent_state(ConsentState::Allowed)?;

message_id
}
Expand Down

0 comments on commit c150a63

Please sign in to comment.