We do actually want to show join/leave messages for members
This commit is contained in:
parent
a339053163
commit
8c772a7f71
@ -1477,7 +1477,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
showJoinOrLeaveNotification (occupant) {
|
showJoinOrLeaveNotification (occupant) {
|
||||||
if (!occupant.isMember() || _.includes(occupant.get('states'), '303')) {
|
if (_.includes(occupant.get('states'), '303')) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (occupant.get('show') === 'offline') {
|
if (occupant.get('show') === 'offline') {
|
||||||
|
Loading…
Reference in New Issue
Block a user