Skip to content

Commit

Permalink
show user online status in participant suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
  • Loading branch information
Antreesy committed Sep 27, 2023
1 parent 43909bb commit b15a3cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
:source="participant.source || participant.actorType"
:disable-menu="isSearched"
disable-tooltip
:show-user-status="showUserStatus && !isSearched"
:show-user-status="showUserStatus"
:preloaded-user-status="preloadedUserStatus"
:highlighted="isSpeakingStatusAvailable && isParticipantSpeaking"
:offline="isOffline" />
Expand Down

0 comments on commit b15a3cb

Please sign in to comment.