فهرست منبع

Fix muted feeds for WebSub (#6671)

Alexandre Alapetite 1 سال پیش
والد
کامیت
666e7b27ce
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/Controllers/feedController.php

+ 1 - 1
app/Controllers/feedController.php

@@ -452,7 +452,7 @@ class FreshRSS_feed_Controller extends FreshRSS_ActionController {
 				continue;	//When PubSubHubbub is used, do not pull refresh so often
 				continue;	//When PubSubHubbub is used, do not pull refresh so often
 			}
 			}
 
 
-			if ($feed->mute() && $feed_id === null) {
+			if ($feed->mute() && ($feed_id === null || $simplePiePush !== null)) {
 				continue;	// If the feed is disabled, only allow refresh if manually requested for that specific feed
 				continue;	// If the feed is disabled, only allow refresh if manually requested for that specific feed
 			}
 			}
 			$mtime = $feed->cacheModifiedTime() ?: 0;
 			$mtime = $feed->cacheModifiedTime() ?: 0;