From b2b7354018a68dbe388a6453419fe3b91c0ec050 Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 23 Feb 2016 18:10:48 +0000 Subject: [PATCH] Comment guest access initial state --- src/components/structures/MatrixChat.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/structures/MatrixChat.js b/src/components/structures/MatrixChat.js index fd32ce2dcd..83c79d84e4 100644 --- a/src/components/structures/MatrixChat.js +++ b/src/components/structures/MatrixChat.js @@ -382,6 +382,9 @@ module.exports = React.createClass({ MatrixClientPeg.get().createRoom({ preset: "private_chat", + // Allow guests by default since the room is private and they'd + // need an invite. This means clicking on a 3pid invite email can + // actually drop you right in to a chat. initial_state: [ { content: {