Merge branch 'reblogs-replies-fix' into 'main'
Fix reblogs showing up in replies See merge request soapbox-pub/ditto!334
This commit is contained in:
commit
7784025fa3
|
@ -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,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue