commitPendingProposals

abstract suspend fun commitPendingProposals(groupId: MLSGroupId): CommitBundle?

Create a commit for any pending proposals

Return

commit bundle, which needs to be sent to the distribution service. If there are no pending proposals null is returned.