diff --git a/src/Content/Widget.php b/src/Content/Widget.php index cc98a8d817..a46ccc62eb 100644 --- a/src/Content/Widget.php +++ b/src/Content/Widget.php @@ -79,7 +79,8 @@ class Widget */ public static function unavailableNetworks() { - $networks = array(); + // Always hide content from these networks + $networks = ['face', 'apdn']; if (!Addon::isEnabled("statusnet")) { $networks[] = NETWORK_STATUSNET;