Merge branch 'toger5/move-settings-out-of-bottom-bar' into toger5/bottom-bar-storybook

This commit is contained in:
Timo K
2026-04-13 18:40:14 +02:00
14 changed files with 371 additions and 104 deletions

View File

@@ -547,9 +547,7 @@ export function createCallViewModel$(
},
connectionManager,
matrixRTCSession,
localTransport$: scope.behavior(
localTransport$.pipe(switchMap((t) => t.advertised$)),
),
localTransport$,
logger: logger.getChild(`[${Date.now()}]`),
});