mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Update comment
This commit is contained in:
parent
1cca4c2133
commit
96b9570465
@ -103,7 +103,7 @@ module.exports = React.createClass({
|
|||||||
if (this.state.phase === this.Phase.GroupMemberList) {
|
if (this.state.phase === this.Phase.GroupMemberList) {
|
||||||
showGroupInviteDialog(this.props.groupId);
|
showGroupInviteDialog(this.props.groupId);
|
||||||
} else {
|
} else {
|
||||||
// call UserPickerDialog
|
// call AddressPickerDialog
|
||||||
dis.dispatch({
|
dis.dispatch({
|
||||||
action: 'view_invite',
|
action: 'view_invite',
|
||||||
roomId: this.props.roomId,
|
roomId: this.props.roomId,
|
||||||
|
Loading…
Reference in New Issue
Block a user