Fix reblogs showing up in replies

This commit is contained in:
Alex Gleason 2024-05-30 11:31:33 -05:00
parent f874d3e137
commit c9302cae6a
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 2 additions and 0 deletions

View File

@ -138,6 +138,8 @@ async function renderReblog(event: DittoEvent, opts: RenderStatusOpts) {
return {
...status,
in_reply_to_id: null,
in_reply_to_account_id: null,
reblog,
};
}