Comment how we're not rejecting 3pid invites

pull/21833/head
David Baker 2016-03-11 10:20:52 +00:00
parent 73781f5619
commit 15170f8718
1 changed files with 4 additions and 0 deletions

View File

@ -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',
});