From 7ee67e4e7e10a808f8e885efea4caf0465ee9619 Mon Sep 17 00:00:00 2001 From: Hailey Date: Thu, 26 Sep 2024 12:37:51 -0700 Subject: [Share Extension] Move away from deprecated API, implement JS side of things (#5509) --- src/view/shell/Composer.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/view/shell/Composer.tsx') diff --git a/src/view/shell/Composer.tsx b/src/view/shell/Composer.tsx index 049f35d35..4a07cf9d9 100644 --- a/src/view/shell/Composer.tsx +++ b/src/view/shell/Composer.tsx @@ -54,6 +54,7 @@ export function Composer({winHeight}: {winHeight: number}) { mention={state.mention} text={state.text} imageUris={state.imageUris} + videoUri={state.videoUri} /> ) -- cgit 1.4.1