diff --git a/src/components/AvatarWrapper/AvatarWrapper.vue b/src/components/AvatarWrapper/AvatarWrapper.vue index c9003308da8..6f9957f78b9 100644 --- a/src/components/AvatarWrapper/AvatarWrapper.vue +++ b/src/components/AvatarWrapper/AvatarWrapper.vue @@ -37,6 +37,7 @@ {{ firstLetterOfGuestName }} diff --git a/src/components/RightSidebar/Participants/ParticipantsTab.vue b/src/components/RightSidebar/Participants/ParticipantsTab.vue index 237c2ace042..f8b1b2b4891 100644 --- a/src/components/RightSidebar/Participants/ParticipantsTab.vue +++ b/src/components/RightSidebar/Participants/ParticipantsTab.vue @@ -20,7 +20,7 @@ --> @@ -62,6 +62,7 @@ import NcAppNavigationCaption from '@nextcloud/vue/dist/Components/NcAppNavigati import Hint from '../../Hint.vue' import SearchBox from '../../LeftSidebar/SearchBox/SearchBox.vue' import ParticipantsList from './ParticipantsList/ParticipantsList.vue' +import ParticipantsListVirtual from './ParticipantsList/ParticipantsListVirtual.vue' import ParticipantsSearchResults from './ParticipantsSearchResults/ParticipantsSearchResults.vue' import { useSortParticipants } from '../../../composables/useSortParticipants.js' @@ -75,6 +76,7 @@ import CancelableRequest from '../../../utils/cancelableRequest.js' export default { name: 'ParticipantsTab', components: { + ParticipantsListVirtual, ParticipantsList, Hint, NcAppNavigationCaption, @@ -264,6 +266,15 @@ export default {