Fix the client-peg clean up to match the changes vector has made to the sdk
This commit is contained in:
@@ -49,6 +49,10 @@ module.exports = {
|
||||
return matrixClient;
|
||||
},
|
||||
|
||||
unset: function() {
|
||||
matrixClient = null;
|
||||
},
|
||||
|
||||
replaceUsingUrls: function(hs_url, is_url) {
|
||||
matrixClient = Matrix.createClient({
|
||||
baseUrl: hs_url,
|
||||
|
||||
Reference in New Issue
Block a user