don't suppress conf join/parts

This commit is contained in:
Matthew Hodgson 2016-02-18 00:07:35 +00:00
parent e9726865fc
commit 9a0ea56bba

View File

@ -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;
}
}