Merge commit 'dc6d8f882528803c06b2a71c23d6c1467880a7e1' into glitch-soc/merge-4.4

This commit is contained in:
Claire
2025-09-23 18:10:55 +02:00
13 changed files with 191 additions and 9 deletions

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