-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Move a non-JS method outside a
#[wasm_bindgen]
impl.
This patch moves the `OlmMachine::import_exported_room_keys_helper` to a `impl` that is not annotated by `#[wasm_bindgen]` because it doesn't have to live in the JS binding.
- Loading branch information
Showing
1 changed file
with
25 additions
and
23 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