mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-27 19:29:19 +00:00
Remove more remnants of show-non-member-tiles
This commit is contained in:
@@ -195,7 +195,6 @@ export const InCallView: FC<InCallViewProps> = ({
|
||||
}
|
||||
}, [connState, onLeave]);
|
||||
|
||||
const nonMemberItemCount = useObservableEagerState(vm.nonMemberItemCount);
|
||||
const containerRef1 = useRef<HTMLDivElement | null>(null);
|
||||
const [containerRef2, bounds] = useMeasure();
|
||||
// Merge the refs so they can attach to the same element
|
||||
@@ -650,7 +649,6 @@ export const InCallView: FC<InCallViewProps> = ({
|
||||
avatarUrl={matrixInfo.roomAvatar}
|
||||
encrypted={matrixInfo.e2eeSystem.kind !== E2eeType.NONE}
|
||||
participantCount={participantCount}
|
||||
nonMemberItemCount={nonMemberItemCount}
|
||||
/>
|
||||
</LeftNav>
|
||||
<RightNav>
|
||||
|
||||
Reference in New Issue
Block a user