diff options
author | Hailey <me@haileyok.com> | 2024-09-26 12:37:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-26 12:37:51 -0700 |
commit | 7ee67e4e7e10a808f8e885efea4caf0465ee9619 (patch) | |
tree | 871ffa8fad2b864a67da4a067b50c50a932ad998 /src/state/shell/composer/index.tsx | |
parent | 175df72972343795a67be208e58edb02267e1ced (diff) | |
download | voidsky-7ee67e4e7e10a808f8e885efea4caf0465ee9619.tar.zst |
[Share Extension] Move away from deprecated API, implement JS side of things (#5509)
Diffstat (limited to 'src/state/shell/composer/index.tsx')
-rw-r--r-- | src/state/shell/composer/index.tsx | 1 |
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 |