From a8353e4b4c9cd17c94fa63792f4ce23a3040284a Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 31 Aug 2022 13:00:46 +0200 Subject: Compat Readrops (#4568) While waiting for https://github.com/readrops/Readrops/pull/163 #fix https://github.com/FreshRSS/FreshRSS/issues/4567 --- app/Models/Entry.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Models') diff --git a/app/Models/Entry.php b/app/Models/Entry.php index 8d20e5412..feb094347 100644 --- a/app/Models/Entry.php +++ b/app/Models/Entry.php @@ -689,6 +689,7 @@ class FreshRSS_Entry extends Minz_Model { ]; if ($mode === 'compat') { $item['title'] = escapeToUnicodeAlternative($this->title(), false); + unset($item['alternate'][0]['type']); } elseif ($mode === 'freshrss') { $item['guid'] = $this->guid(); unset($item['summary']); -- cgit v1.2.3