diff options
author | Hailey <153161762+haileyok@users.noreply.github.com> | 2024-01-08 21:37:12 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-08 21:37:12 -0800 |
commit | dda5ca27feb54e7101cb80d9a38a7edd5440d0ec (patch) | |
tree | 25906f7b0d9b42d96629184a48a618496876fcb4 /src/state/shell/composer.tsx | |
parent | 153c25e1fee6037b2a8595108f007da072b055c1 (diff) | |
download | voidsky-dda5ca27feb54e7101cb80d9a38a7edd5440d0ec.tar.zst |
add expandable context to composer when replying to post (#2419)
* add expand replyTo text with animation * add images, quote to replyTo * support withmedia * adjust layout * add embed to all needed openComposer calls * adjust gap * organize imports
Diffstat (limited to 'src/state/shell/composer.tsx')
-rw-r--r-- | src/state/shell/composer.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state/shell/composer.tsx b/src/state/shell/composer.tsx index 9cf8ef8de..51376fd5a 100644 --- a/src/state/shell/composer.tsx +++ b/src/state/shell/composer.tsx @@ -11,6 +11,7 @@ export interface ComposerOptsPostRef { displayName?: string avatar?: string } + embed?: AppBskyEmbedRecord.ViewRecord['embed'] } export interface ComposerOptsQuote { uri: string |