Fix filters not being applied to quotes in detailed view (#36843)

This commit is contained in:
Claire 2025-11-12 12:09:51 +01:00 committed by GitHub
parent 4b1532e008
commit 9f3573d446
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -433,6 +433,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'
/> />
)} )}
</> </>