You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
don't suppress conf join/parts
This commit is contained in:
@ -989,7 +989,8 @@ module.exports = React.createClass({
|
|||||||
else if (this.props.ConferenceHandler && mxEv.getType() === "m.room.member") {
|
else if (this.props.ConferenceHandler && mxEv.getType() === "m.room.member") {
|
||||||
if (this.props.ConferenceHandler.isConferenceUser(mxEv.getSender()) ||
|
if (this.props.ConferenceHandler.isConferenceUser(mxEv.getSender()) ||
|
||||||
this.props.ConferenceHandler.isConferenceUser(mxEv.getStateKey())) {
|
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user