Fix issue 3393 (#3395)

Fix for #3393
This commit is contained in:
jkriegshauser
2024-03-13 12:59:21 -07:00
committed by GitHub
parent 90ff3402cb
commit 1a745cfb92
5 changed files with 77 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ _This release is scheduled to be released on 2024-04-01._
- [newsfeed] Fix newsfeed stall issue introduced by #3336 (#3361)
- Changed `log.debug` to `log.log` in `app.js` where logLevel is not set because config is not loaded at this time (#3353)
- added message in case where config.js is missing the module.export line PR #3383
- Fixed an issue where recurring events could extend past their recurrence end date (#3393)
### Deleted