Skip to content

Commit

Permalink
Missed a spot
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhuaaa committed Nov 2, 2023
1 parent f4af7ce commit 6dcbf59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xmtp_mls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Simplified high level flow for removing members from a group:
1. Convert the intent into concrete commit for the current epoch
1. Publish commit to the network
1. Sync the state of the group with the network
1. If no conflicts: Done. If there are welcome messages in the `post_commit_data` field, publish them.
1. If no conflicts: Done.
If conflicts: Go back to step 2 and try again (reset the intent's state to `TO_SEND` and clear the `publish_data` and `post_commit_data` fields)

### Send a message
Expand All @@ -154,7 +154,7 @@ Simplified high level flow for sending a group message:
1. Convert the intent into a concrete message for the current epoch
1. Publish message to the network
1. Sync the state of the group with the network (can be debounced or otherwise only done periodically)
1. If no conflicts: Mark the message as committed. If there are welcome messages in the `post_commit_data` field, publish them.
1. If no conflicts: Mark the message as committed.
If conflicts: Go back to step 2 and try again (reset the intent's state to `TO_SEND` and clear the `publish_data` and `post_commit_data` fields)

### Syncing group state
Expand Down

0 comments on commit 6dcbf59

Please sign in to comment.