зеркало из https://github.com/nextcloud/news.git
Return also folderId with "news:updater:all-feeds"
This commit is contained in:
Родитель
3c16dd34d9
Коммит
71ce148554
|
@ -49,7 +49,8 @@ class AllFeeds extends Command
|
|||
foreach ($feeds as $feed) {
|
||||
$result['feeds'][] = [
|
||||
'id' => $feed->getId(),
|
||||
'userId' => $feed->getUserId()
|
||||
'userId' => $feed->getUserId(),
|
||||
'folderId' => $feed->getFolderId(),
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче