Commit 8c772a7f authored by JC Brand's avatar JC Brand

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

parent a3390531
...@@ -1477,7 +1477,7 @@ ...@@ -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') {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment