From 619d3f54a3faaff1b9adf172e090f36faea408c7 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 26 Oct 2023 16:33:50 +0200 Subject: Fix searching thumbnails (#5750) fix https://github.com/FreshRSS/FreshRSS/issues/5749 --- app/Models/Entry.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app') diff --git a/app/Models/Entry.php b/app/Models/Entry.php index b70e7e2ab..31aaf67a0 100644 --- a/app/Models/Entry.php +++ b/app/Models/Entry.php @@ -293,6 +293,7 @@ HTML; if ($src != null) { $result = [ 'url' => $src, + 'medium' => 'image', ]; yield Minz_Helper::htmlspecialchars_utf8($result); } -- cgit v1.2.3