Merge pull request #1382 from bnjbvr/use-raw-homeserver-url

feat: use the raw homeserver URL instead of manually removing the scheme
This commit is contained in:
Benoit Marty 2023-09-19 21:00:10 +02:00 committed by GitHub
commit 4e246b8539
3 changed files with 3 additions and 8 deletions

1
changelog.d/1382.feature Normal file
View file

@ -0,0 +1 @@
Let the SDK figure the best scheme given an homeserver URL (thus allowing HTTP homeservers)