diff --git a/src/views/mastodon/statuses.ts b/src/views/mastodon/statuses.ts index fe03857..bf71b01 100644 --- a/src/views/mastodon/statuses.ts +++ b/src/views/mastodon/statuses.ts @@ -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, }; }