refactor: update to matrix 6.0.0

This commit is contained in:
Christian Kußowski 2026-01-29 18:04:58 +01:00
commit f31887b6d2
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
5 changed files with 30 additions and 21 deletions

View file

@ -178,7 +178,6 @@ class SettingsHomeserverView extends StatelessWidget {
Divider(color: theme.dividerColor),
FutureBuilder(
future: client.getWellknown(),
initialData: client.wellKnown,
builder: (context, snapshot) {
final error = snapshot.error;
if (error != null) {