forked from Nexus/nexus
fix spellchecker complaining
This commit is contained in:
parent
1dcf3018a2
commit
4ff507e93f
2 changed files with 4 additions and 3 deletions
|
|
@ -266,7 +266,7 @@ class ClientController extends AsyncNotifier<int> {
|
|||
Future<String?> discoverHomeserver(Uri homeserver) async {
|
||||
try {
|
||||
final response = await _sendCommand("discover_homeserver", {
|
||||
"user_id": "@fakeuser:${homeserver.host}",
|
||||
"user_id": "@fake-user:${homeserver.host}",
|
||||
});
|
||||
return response["m.homeserver"]?["base_url"];
|
||||
} catch (error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue