This month in OpenMLS #9 - May 2025
We merged 4 PRs in May with some significant improvements. #1774 introduced a flag in the commit builder, providing more granular control over group information creation. This enhancement allows for greater flexibility when managing MLS group states. We’ve improved error handling for old private messages in #1772. Now, when you encounter an outdated private message, OpenMLS will return a more specific error, making debugging and message management easier. And #1767 refines how updates are handled within OpenMLS by transitioning to the use of SignerBundle instead of Signer. ...