Fix the case when a valid homeserver url can't be extracted from the MXID (#182)

* Fix the case when a valid homeserver url can't be extracted from the mxid

* Add changelog

* Add `use` to Rust SDK calls in loginto automatically free memory from Rust objects
This commit is contained in:
Jorge Martin Espinosa 2023-03-08 15:36:36 +01:00 committed by GitHub
parent 0c8d8b62f8
commit 126ad1c8cc
2 changed files with 19 additions and 18 deletions

1
changelog.d/182.bugfix Normal file
View file

@ -0,0 +1 @@
Fix the case when a valid homeserver url can't be extracted from the MXID