summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaksim Sukharev <antreesy.web@gmail.com>2023-09-27 17:35:47 +0200
committerMaksim Sukharev <antreesy.web@gmail.com>2023-09-29 10:56:53 +0200
commitec3ac59f783a9e28404d76036d203f2d1a2eac1a (patch)
treec2d2f1c261cf843c9789e2ef5cfbf2502f8e45f9
parentcc6a7c564e35b8844bdaa94c2c9fcf96bf95b4dd (diff)
show user online status in participant suggestions
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
-rw-r--r--src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue b/src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue
index 14bc05eb2..0fca74be2 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" />