From 6af72f4c905ac6d7d731a40c3bfffa2aec69ea99 Mon Sep 17 00:00:00 2001 From: Robin Date: Thu, 18 Jun 2026 11:42:02 +0200 Subject: [PATCH] Format --- src/state/CallViewModel/CallViewModel.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/state/CallViewModel/CallViewModel.ts b/src/state/CallViewModel/CallViewModel.ts index eae2b3d69..a12b59578 100644 --- a/src/state/CallViewModel/CallViewModel.ts +++ b/src/state/CallViewModel/CallViewModel.ts @@ -811,7 +811,10 @@ export function createCallViewModel$( ), ), mxcAvatarUrl$: - matrixMemberMetadataStore.createAvatarUrlBehavior$(scope, userId), + matrixMemberMetadataStore.createAvatarUrlBehavior$( + scope, + userId, + ), pickupState$, intent, }),