Skip to content

Commit

Permalink
Actually call post-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Nov 9, 2023
1 parent b5964ea commit 0bb3962
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xmtp_mls/src/groups/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ where
intent.store(&mut conn)?;

self.publish_intents(&mut conn).await?;
// ... sync state with the network
self.post_commit(&mut conn).await?;

Ok(())
}
Expand Down

0 comments on commit 0bb3962

Please sign in to comment.