You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-21 07:42:09 +03:00
Comment how we're not rejecting 3pid invites
This commit is contained in:
@ -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',
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user