From b60ab9d6957656935f3056fd10591b4160e8af98 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 9 Jun 2016 18:50:18 +0100 Subject: [PATCH] Remove XXX now it's fixed (yay!) --- src/components/structures/RoomView.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/components/structures/RoomView.js b/src/components/structures/RoomView.js index b7df2527f3..9fc335236c 100644 --- a/src/components/structures/RoomView.js +++ b/src/components/structures/RoomView.js @@ -56,13 +56,6 @@ module.exports = React.createClass({ ConferenceHandler: React.PropTypes.any, // the ID for this room (or, if we don't know it, an alias for it) - // - // XXX: if this is an alias, we will display a 'join' dialogue, - // regardless of whether we are already a member, or if the room is - // peekable. Currently there is a big mess, where at least four - // different components (RoomView, MatrixChat, RoomDirectory, - // SlashCommands) have logic for turning aliases into rooms, and each - // of them do it differently and have different edge cases. roomAddress: React.PropTypes.string.isRequired, // An object representing a third party invite to join this room