mirror of
https://github.com/atom/atom.git
synced 2026-02-01 10:14:58 -05:00
Only display participants that aren't the host
This commit is contained in:
@@ -31,7 +31,7 @@ class HostView extends View
|
||||
|
||||
updateParticipants: (participants) ->
|
||||
@participants.empty()
|
||||
for {email, id} in participants when id is @hostSession.getId()
|
||||
for {email, id} in participants when id isnt @hostSession.getId()
|
||||
@participants.append $$ ->
|
||||
@div email
|
||||
|
||||
|
||||
Reference in New Issue
Block a user