Comment how we're not rejecting 3pid invites

This commit is contained in:
David Baker 2016-03-11 10:20:52 +00:00
parent 73781f5619
commit 15170f8718

View file

@ -884,6 +884,10 @@ module.exports = React.createClass({
}, },
onRejectThreepidInviteButtonClicked: function(ev) { 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({ dis.dispatch({
action: 'view_room_directory', action: 'view_room_directory',
}); });