mirror of
https://github.com/mastodon/mastodon.git
synced 2025-12-16 01:02:43 +00:00
Add support for has:quote in search (#36217)
This commit is contained in:
parent
bef28b2e51
commit
70e2eb49df
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user