about summary refs log tree commit diff
path: root/src/state/shell/composer
diff options
context:
space:
mode:
Diffstat (limited to 'src/state/shell/composer')
-rw-r--r--src/state/shell/composer/index.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state/shell/composer/index.tsx b/src/state/shell/composer/index.tsx
index 8e12386bd..1c3aa6a81 100644
--- a/src/state/shell/composer/index.tsx
+++ b/src/state/shell/composer/index.tsx
@@ -38,6 +38,7 @@ export interface ComposerOpts {
   openEmojiPicker?: (pos: DOMRect | undefined) => void
   text?: string
   imageUris?: {uri: string; width: number; height: number; altText?: string}[]
+  videoUri?: string
 }
 
 type StateContext = ComposerOpts | undefined