mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
[add] add RSS feed for archive
This commit is contained in:
parent
f0133fe5f4
commit
59cc585271
2 changed files with 2 additions and 1 deletions
|
@ -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) ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue