diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index ac66dfc..a8a54ff 100644 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php @@ -858,7 +858,7 @@ class Poche public function generateFeeds($token, $user_id, $type = 'home') { - $allowed_types = array('home', 'fav'); + $allowed_types = array('home', 'fav', 'archive'); $config = $this->store->getConfigUser($user_id); if (!in_array($type, $allowed_types) || diff --git a/themes/default/config.twig b/themes/default/config.twig index 7cf3fe9..1d7fb56 100644 --- a/themes/default/config.twig +++ b/themes/default/config.twig @@ -36,6 +36,7 @@
{% endif %}