We do actually want to show join/leave messages for members

This commit is contained in:
JC Brand 2018-10-11 13:21:01 +02:00
parent a339053163
commit 8c772a7f71

View File

@ -1477,7 +1477,7 @@
},
showJoinOrLeaveNotification (occupant) {
if (!occupant.isMember() || _.includes(occupant.get('states'), '303')) {
if (_.includes(occupant.get('states'), '303')) {
return;
}
if (occupant.get('show') === 'offline') {