Change media to be hidden/blurred by default in report modal (#28522)

This commit is contained in:
Claire 2023-12-29 17:34:13 +01:00 committed by GitHub
parent fcfdeadc04
commit 6374358357
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View file

@ -47,7 +47,7 @@ class StatusCheckBox extends PureComponent {
</div>
<StatusContent status={status} />
<MediaAttachments status={status} />
<MediaAttachments status={status} visible={false} />
</div>
);