Fix filters not being applied to quotes in detailed view (#36843)
This commit is contained in:
parent
9ae0464e8f
commit
8a100d84c5
1 changed files with 1 additions and 0 deletions
|
|
@ -417,6 +417,7 @@ export const DetailedStatus: React.FC<{
|
|||
<QuotedStatus
|
||||
quote={status.get('quote')}
|
||||
parentQuotePostId={status.get('id')}
|
||||
contextType='thread'
|
||||
/>
|
||||
)}
|
||||
</>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue