about summary refs log tree commit diff
path: root/src/view/com/post/Post.tsx
diff options
context:
space:
mode:
authorHailey <153161762+haileyok@users.noreply.github.com>2024-01-08 21:37:12 -0800
committerGitHub <noreply@github.com>2024-01-08 21:37:12 -0800
commitdda5ca27feb54e7101cb80d9a38a7edd5440d0ec (patch)
tree25906f7b0d9b42d96629184a48a618496876fcb4 /src/view/com/post/Post.tsx
parent153c25e1fee6037b2a8595108f007da072b055c1 (diff)
downloadvoidsky-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/view/com/post/Post.tsx')
-rw-r--r--src/view/com/post/Post.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/post/Post.tsx b/src/view/com/post/Post.tsx
index fca4171c3..ac4689d2f 100644
--- a/src/view/com/post/Post.tsx
+++ b/src/view/com/post/Post.tsx
@@ -118,6 +118,7 @@ function PostInner({
           displayName: post.author.displayName,
           avatar: post.author.avatar,
         },
+        embed: post.embed,
       },
     })
   }, [openComposer, post, record])