diff --git a/lib/src/client.dart b/lib/src/client.dart index 6515d131..78fca8e0 100644 --- a/lib/src/client.dart +++ b/lib/src/client.dart @@ -585,6 +585,7 @@ class Client extends MatrixApi { /// The result of this call is stored in [wellKnown] for later use at runtime. @override Future getWellknown() async { + Logs().v("getWellknown for homeserver $homeserver"); final wellKnownResponse = await httpClient.get( Uri.https(homeserver!.authority!, '/.well-known/matrix/client'), ); diff --git a/pubspec.yaml b/pubspec.yaml index 8f282c70..1b4cce83 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -20,7 +20,7 @@ dependencies: html: ^0.15.0 html_unescape: ^2.0.0 http: ">=0.13.0 <2.0.0" - image: ^4.0.15 + image: ^4.5.4 js: ^0.6.3 markdown: ^7.1.1 mime: ">=1.0.0 <3.0.0"