Merge tag 'v4.12.2' into lotus

This commit is contained in:
2026-05-23 11:26:45 -04:00
14 changed files with 59 additions and 149 deletions
+1 -1
View File
@@ -282,7 +282,7 @@ function RoomNavItem_({
const optionsVisible = hover || !!menuAnchor;
const callSession = useCallSession(room);
const callMembers = useCallMembers(room, callSession);
const callMembers = useCallMembers(callSession);
const startCall = useCallStart(direct);
const callEmbed = useCallEmbed();
const callPref = useAtomValue(useCallPreferencesAtom());