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
This commit is contained in:
parent
153c25e1fe
commit
dda5ca27fe
7 changed files with 261 additions and 29 deletions
|
@ -214,6 +214,7 @@ let PostThreadItemLoaded = ({
|
|||
displayName: post.author.displayName,
|
||||
avatar: post.author.avatar,
|
||||
},
|
||||
embed: post.embed,
|
||||
},
|
||||
onPost: onPostReply,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue