mirror of
https://github.com/mastodon/mastodon.git
synced 2025-11-29 10:53:39 +00:00
Fix filters not being applied to quotes in detailed view (#36843)
This commit is contained in:
parent
64a0b060a8
commit
16ee628d24
|
|
@ -384,6 +384,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