You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-25 05:23:13 +03:00
@@ -1,6 +1,6 @@
|
|||||||
console.log("Loading browser sdk");
|
console.log("Loading browser sdk");
|
||||||
|
|
||||||
var client = matrixcs.createClient("http://matrix.org");
|
var client = matrixcs.createClient("https://matrix.org");
|
||||||
client.publicRooms(function (err, data) {
|
client.publicRooms(function (err, data) {
|
||||||
if (err) {
|
if (err) {
|
||||||
console.error("err %s", JSON.stringify(err));
|
console.error("err %s", JSON.stringify(err));
|
||||||
|
|||||||
Reference in New Issue
Block a user