-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## AI Assisted Summary ### TL;DR Removed deprecated MLS API methods and updated related functionality. ### What changed? - Removed `register_installation` method from `XmtpMlsClient` trait and its implementations. - Removed `get_identity_updates` method from `XmtpMlsClient` trait and its implementations. - Removed related types and imports for these deprecated methods. - Updated tests to reflect these changes. ### How to test? 1. Ensure all existing tests pass after removing the deprecated methods. 2. Verify that any code previously using `register_installation` now uses `upload_key_package` instead. 3. Check that no code is relying on the removed `get_identity_updates` functionality. ### Why make this change? This change is part of an effort to streamline the MLS API by removing deprecated methods. The `register_installation` method has been replaced by `upload_key_package`, and `get_identity_updates` is no longer needed. Removing these methods simplifies the API, reduces maintenance overhead, and ensures that clients are using the most up-to-date methods for interacting with the MLS system. ---
- Loading branch information
Showing
6 changed files
with
23 additions
and
283 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.