2
0

Add support for has:quote in search (#36217)

This commit is contained in:
Claire
2025-09-22 18:03:22 +02:00
parent bef28b2e51
commit 70e2eb49df

View File

@@ -43,6 +43,7 @@ module Status::SearchConcern
properties << 'embed' if preview_card&.video?
properties << 'sensitive' if sensitive?
properties << 'reply' if reply?
properties << 'quote' if with_quote?
end
end
end