Explorar o código

Fix searching thumbnails (#5750)

fix https://github.com/FreshRSS/FreshRSS/issues/5749
Alexandre Alapetite %!s(int64=2) %!d(string=hai) anos
pai
achega
619d3f54a3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/Models/Entry.php

+ 1 - 0
app/Models/Entry.php

@@ -293,6 +293,7 @@ HTML;
 						if ($src != null) {
 							$result = [
 								'url' => $src,
+								'medium' => 'image',
 							];
 							yield Minz_Helper::htmlspecialchars_utf8($result);
 						}