From 15170f8718c42879fb6dd57e9f6bb859714d3b0f Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 11 Mar 2016 10:20:52 +0000 Subject: [PATCH] Comment how we're not rejecting 3pid invites --- src/components/structures/RoomView.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/structures/RoomView.js b/src/components/structures/RoomView.js index 6efff19e12..622b69051b 100644 --- a/src/components/structures/RoomView.js +++ b/src/components/structures/RoomView.js @@ -884,6 +884,10 @@ module.exports = React.createClass({ }, onRejectThreepidInviteButtonClicked: function(ev) { + // We can reject 3pid invites in the same way that we accept them, + // using /leave rather than /join. In the short term though, we + // just ignore them. + // https://github.com/vector-im/vector-web/issues/1134 dis.dispatch({ action: 'view_room_directory', });