Fixes to login, and change to not use the dispatcher because it's just unnecessary here
This commit is contained in:
@@ -14,6 +14,7 @@ if (localStorage) {
|
||||
accessToken: access_token,
|
||||
userId: user_id
|
||||
});
|
||||
matrixClient.startClient();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user