1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-19 20:23:18 +03:00

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