mirror of
https://github.com/aljazceru/ditto.git
synced 2025-12-26 01:34:26 +01:00
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:
@@ -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,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user