Oops: the file modifications for making it log in.
This commit is contained in:
parent
a3126477bd
commit
add78c6e92
6 changed files with 147 additions and 24 deletions
|
@ -8,6 +8,10 @@ module.exports = {
|
|||
return matrixClient;
|
||||
},
|
||||
|
||||
replace: function(cli) {
|
||||
matrixClient = cli;
|
||||
},
|
||||
|
||||
replaceUsingUrl: function(hs_url) {
|
||||
matrixClient = Matrix.createClient(hs_url);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue