You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
Oops: the file modifications for making it log in.
This commit is contained in:
@@ -8,6 +8,10 @@ module.exports = {
|
||||
return matrixClient;
|
||||
},
|
||||
|
||||
replace: function(cli) {
|
||||
matrixClient = cli;
|
||||
},
|
||||
|
||||
replaceUsingUrl: function(hs_url) {
|
||||
matrixClient = Matrix.createClient(hs_url);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user