format
This commit is contained in:
@@ -8,7 +8,7 @@ export function parseEmbedDescription(post: AppBskyFeedDefs.PostView): string {
|
||||
checkType('app.bsky.embed.recordWithMedia#view', post.embed));
|
||||
|
||||
let embed;
|
||||
if(isQuote){
|
||||
if (isQuote) {
|
||||
// @ts-expect-error
|
||||
embed = post.embed.record?.record ?? post.embed.record;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user