FIX: Prevent lightbox from loading onebox embed icons in chat uploads (#22776)

Sharing a link in chat will create a onebox embed with a source that includes a site icon and title.

This change prevents loading the site icon into lightbox.
This commit is contained in:
David Battersby 2023-07-25 15:56:26 +08:00 committed by GitHub
parent d11f02c03a
commit f7353e7bfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ export default {
(element) => { (element) => {
lightboxService.setupLightboxes({ lightboxService.setupLightboxes({
container: element, container: element,
selector: "img:not(.emoji, .avatar)", selector: "img:not(.emoji, .avatar, .site-icon)",
}); });
}, },
{ {