Skip to content

Commit

Permalink
disable new setting nextUpdateTime introduced in #2999 by default
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Brahmer <[email protected]>
  • Loading branch information
Grotax committed Jan 9, 2025
1 parent 6dbfa9a commit ec995c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ You can also check [on GitHub](https://github.com/nextcloud/news/releases), the
### Changed
- add explanations for the individual values in the feed information table
- show error message from `opml` import in web-ui
- disable new setting "nextUpdateTime" introduced in #2999 by default

### Fixed
- fix proxy port removed if standard port for the protocol (#3027)
Expand Down
2 changes: 1 addition & 1 deletion lib/AppInfo/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class Application extends App implements IBootstrap
'useCronUpdates' => true,
'exploreUrl' => '',
'updateInterval' => 3600,
'useNextUpdateTime' => true,
'useNextUpdateTime' => false,
];

public function __construct(array $urlParams = [])
Expand Down

0 comments on commit ec995c9

Please sign in to comment.