From b15a3cb9a27200dd25bcbc724d009b121975484e Mon Sep 17 00:00:00 2001 From: Maksim Sukharev Date: Wed, 27 Sep 2023 17:35:47 +0200 Subject: [PATCH] show user online status in participant suggestions Signed-off-by: Maksim Sukharev --- .../Participants/ParticipantsList/Participant/Participant.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue b/src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue index 14bc05eb2d72..0fca74be25ef 100644 --- a/src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue +++ b/src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue @@ -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" />