refactor: update to matrix 6.0.0
This commit is contained in:
parent
fa27ab2141
commit
f31887b6d2
5 changed files with 30 additions and 21 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue