diff --git a/xmtp_mls/src/groups/mod.rs b/xmtp_mls/src/groups/mod.rs index 0d4049d9a..f2ed98b03 100644 --- a/xmtp_mls/src/groups/mod.rs +++ b/xmtp_mls/src/groups/mod.rs @@ -727,7 +727,7 @@ impl MlsGroup { 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 }