mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
3b4e233535
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ module.exports = React.createClass({
|
||||||
const cli = this.context.matrixClient;
|
const cli = this.context.matrixClient;
|
||||||
const room = cli.getRoom(this.props.roomId);
|
const room = cli.getRoom(this.props.roomId);
|
||||||
if (!room.currentState.maySendStateEvent('m.room.related_groups', cli.getUserId())) return false;
|
if (!room.currentState.maySendStateEvent('m.room.related_groups', cli.getUserId())) return false;
|
||||||
return isEqual(this.getInitialGroupList(), this.state.newGroupsList);
|
return !isEqual(this.getInitialGroupList(), this.state.newGroupsList);
|
||||||
},
|
},
|
||||||
|
|
||||||
saveSettings: function() {
|
saveSettings: function() {
|
||||||
|
|
Loading…
Reference in a new issue