mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 15:58:50 +00:00
[Glitch] Fix filters not being applied to quotes in detailed view
Port 9f3573d446 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@@ -461,6 +461,7 @@ export const DetailedStatus: React.FC<{
|
|||||||
<QuotedStatus
|
<QuotedStatus
|
||||||
quote={status.get('quote')}
|
quote={status.get('quote')}
|
||||||
parentQuotePostId={status.get('id')}
|
parentQuotePostId={status.get('id')}
|
||||||
|
contextType='thread'
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user