don't suppress conf join/parts
This commit is contained in:
parent
e9726865fc
commit
9a0ea56bba
1 changed files with 2 additions and 1 deletions
|
@ -989,7 +989,8 @@ module.exports = React.createClass({
|
|||
else if (this.props.ConferenceHandler && mxEv.getType() === "m.room.member") {
|
||||
if (this.props.ConferenceHandler.isConferenceUser(mxEv.getSender()) ||
|
||||
this.props.ConferenceHandler.isConferenceUser(mxEv.getStateKey())) {
|
||||
wantTile = false; // suppress conf user join/parts
|
||||
// don't suppress conf user join/parts entirely, as they're useful!
|
||||
// wantTile = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue