mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-20 13:54:36 -05:00
Fix filters not being applied to quotes in detailed view (#36843)
This commit is contained in:
@@ -417,6 +417,7 @@ export const DetailedStatus: React.FC<{
|
||||
<QuotedStatus
|
||||
quote={status.get('quote')}
|
||||
parentQuotePostId={status.get('id')}
|
||||
contextType='thread'
|
||||
/>
|
||||
)}
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user