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:
@@ -131,6 +131,7 @@ let FeedItemInner = ({
|
||||
displayName: post.author.displayName,
|
||||
avatar: post.author.avatar,
|
||||
},
|
||||
embed: post.embed,
|
||||
},
|
||||
})
|
||||
}, [post, record, openComposer])
|
||||
|
||||
Reference in New Issue
Block a user