Add support for has:quote in search (#36217)
This commit is contained in:
parent
bef28b2e51
commit
70e2eb49df
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ module Status::SearchConcern
|
||||||
properties << 'embed' if preview_card&.video?
|
properties << 'embed' if preview_card&.video?
|
||||||
properties << 'sensitive' if sensitive?
|
properties << 'sensitive' if sensitive?
|
||||||
properties << 'reply' if reply?
|
properties << 'reply' if reply?
|
||||||
|
properties << 'quote' if with_quote?
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue