1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00
This commit is contained in:
Matthew Hodgson
2016-03-18 20:01:19 +00:00
parent 0250192477
commit cb9da69382

View File

@@ -233,7 +233,7 @@ module.exports = React.createClass({
s.lists["im.vector.fake.archived"].push(room);
}
else {
console.error("unrecognised membership: " + me.membership + " - this should never happen";
console.error("unrecognised membership: " + me.membership + " - this should never happen");
}
});