mirror of
https://github.com/mastodon/mastodon.git
synced 2025-12-11 19:12:42 +00:00
Fix filters not being applied to quotes in detailed view (#36843)
This commit is contained in:
parent
9ae0464e8f
commit
8a100d84c5
|
|
@ -417,6 +417,7 @@ export const DetailedStatus: React.FC<{
|
|||
<QuotedStatus
|
||||
quote={status.get('quote')}
|
||||
parentQuotePostId={status.get('id')}
|
||||
contextType='thread'
|
||||
/>
|
||||
)}
|
||||
</>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user