fucking piece of shit!
This commit is contained in:
parent
8333be6750
commit
764c626ae8
1 changed files with 4 additions and 0 deletions
|
@ -281,6 +281,10 @@ async function BlueskyReplyFunction(Id, post) {
|
|||
ApplyMedia(OtherPost.record.embed, document.getElementsByClassName("Images " + Id)[0], OtherPost.author.did);
|
||||
}
|
||||
}
|
||||
// Get the reply and make it make sense.
|
||||
if (OtherPost.record.hasOwnProperty("reply")) {
|
||||
OtherPost.reply = OtherPost.record.reply;
|
||||
}
|
||||
return OtherPost;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue